From 017b1f99ae2d3605c6dbb1e7907bbcbef0bfb268 Mon Sep 17 00:00:00 2001 From: Arne Tarara Date: Wed, 23 Oct 2024 17:52:04 +0200 Subject: [PATCH] (fix): Rename of activity checker. Was needed after org rename --- .github/workflows/examples-application-testing-bare-metal.yml | 4 ++-- .github/workflows/examples-application-testing-vm.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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'