diff --git a/.forgejo/workflows/measure-power-test.yaml b/.forgejo/workflows/measure-power-test.yaml index 8b77174..a879642 100644 --- a/.forgejo/workflows/measure-power-test.yaml +++ b/.forgejo/workflows/measure-power-test.yaml @@ -12,7 +12,7 @@ jobs: run: git clone https://edp.buildth.ing/DevFW-CICD/fibonacci_pipeline.git fibo - name: Start Measurement - uses: green-coding-solutions/eco-ci-energy-estimation@v5 # use hash or @vX here (See note below) + uses: https://github.com/green-coding-solutions/eco-ci-energy-estimation@v5 # use hash or @vX here (See note below) with: task: start-measurement # continue-on-error: true # recommended setting for production. See notes below. @@ -23,7 +23,7 @@ jobs: sleep 10 - name: Tests measurement - uses: green-coding-solutions/eco-ci-energy-estimation@v5 # use hash or @vX here (See note below) + uses: https://github.com/green-coding-solutions/eco-ci-energy-estimation@v5 # use hash or @vX here (See note below) with: task: get-measurement label: 'sleep' @@ -35,7 +35,7 @@ jobs: cd fibo && go build . - name: Tests measurement - uses: green-coding-solutions/eco-ci-energy-estimation@v5 # use hash or @vX here (See note below) + uses: https://github.com/green-coding-solutions/eco-ci-energy-estimation@v5 # use hash or @vX here (See note below) with: task: get-measurement label: 'build'