Skip to content

Commit 017b1f9

Browse files
committed
(fix): Rename of activity checker. Was needed after org rename
1 parent 92b3e36 commit 017b1f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/examples-application-testing-bare-metal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
recent_examples_commit: ${{ steps.check_examples_commits.outputs.should_run }}
2121
steps:
2222
- id: check_gmt_commits
23-
uses: green-coding-solutions/green-ci-activity-checker@main
23+
uses: green-coding-solutions/eco-ci-activity-checker@main
2424
with:
2525
repo: 'green-coding-solutions/green-metrics-tool'
2626
branch: 'main'
2727

2828
- id: check_examples_commits
29-
uses: green-coding-solutions/green-ci-activity-checker@main
29+
uses: green-coding-solutions/eco-ci-activity-checker@main
3030

3131
run-tests:
3232
needs: check-commits

.github/workflows/examples-application-testing-vm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
electricitymaps-api-token: ${{ secrets.ELECTRICITYMAPS_TOKEN }}
3434

3535
- id: check_gmt_commits
36-
uses: green-coding-solutions/green-ci-activity-checker@main
36+
uses: green-coding-solutions/eco-ci-activity-checker@main
3737
with:
3838
repo: 'green-coding-solutions/green-metrics-tool'
3939
branch: 'main'
4040

4141
- id: check_examples_commits
42-
uses: green-coding-solutions/green-ci-activity-checker@main
42+
uses: green-coding-solutions/eco-ci-activity-checker@main
4343
with:
4444
repo: 'green-coding-solutions/example-applications'
4545
branch: 'main'

0 commit comments

Comments
 (0)