diff --git a/.github/workflows/examples-application-testing-bare-metal.yml b/.github/workflows/examples-application-testing-bare-metal.yml index 98002bb..1ef1a79 100644 --- a/.github/workflows/examples-application-testing-bare-metal.yml +++ b/.github/workflows/examples-application-testing-bare-metal.yml @@ -20,13 +20,13 @@ jobs: recent_examples_commit: ${{ steps.check_examples_commits.outputs.should_run }} steps: - id: check_gmt_commits - uses: green-coding-solutions/green-ci-activity-checker@main + uses: green-coding-solutions/eco-ci-activity-checker@main with: repo: 'green-coding-solutions/green-metrics-tool' branch: 'main' - id: check_examples_commits - uses: green-coding-solutions/green-ci-activity-checker@main + uses: green-coding-solutions/eco-ci-activity-checker@main run-tests: needs: check-commits diff --git a/.github/workflows/examples-application-testing-vm.yml b/.github/workflows/examples-application-testing-vm.yml index 9e72af4..58ef3b7 100644 --- a/.github/workflows/examples-application-testing-vm.yml +++ b/.github/workflows/examples-application-testing-vm.yml @@ -33,13 +33,13 @@ jobs: electricitymaps-api-token: ${{ secrets.ELECTRICITYMAPS_TOKEN }} - id: check_gmt_commits - uses: green-coding-solutions/green-ci-activity-checker@main + uses: green-coding-solutions/eco-ci-activity-checker@main with: repo: 'green-coding-solutions/green-metrics-tool' branch: 'main' - id: check_examples_commits - uses: green-coding-solutions/green-ci-activity-checker@main + uses: green-coding-solutions/eco-ci-activity-checker@main with: repo: 'green-coding-solutions/example-applications' branch: 'main'