Skip to content

Commit ee640f4

Browse files
authored
Fix CI (#43)
1 parent c82193c commit ee640f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/coverage-upload.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
checks: write # For the check run creation !
1414
steps:
1515
- name: 'Check run ○'
16-
uses: yoanm/tmp-reports-group-workspace/.github/actions/attach-check-run-to-triggering-workflow-action@develop
16+
uses: yoanm/temp-reports-group-workspace/.github/actions/attach-check-run-to-triggering-workflow-action@develop
1717
with:
1818
name: 'Fetch coverage info'
1919
fails-on-triggering-workflow-failure: true
2020

21-
- uses: yoanm/tmp-reports-group-workspace/.github/actions/fetch-workflow-metadata-action@develop
21+
- uses: yoanm/temp-reports-group-workspace/.github/actions/fetch-workflow-metadata-action@develop
2222
id: fetch-workflow-metadata
2323

2424
outputs:
@@ -28,7 +28,7 @@ jobs:
2828
codacy-uploader:
2929
name: Codacy
3030
needs: [fetch-info]
31-
uses: yoanm/tmp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@develop
31+
uses: yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@develop
3232
permissions:
3333
contents: read
3434
checks: write # For the check run creation !
@@ -41,7 +41,7 @@ jobs:
4141
codecov-uploader:
4242
name: Codecov
4343
needs: [fetch-info]
44-
uses: yoanm/tmp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@develop
44+
uses: yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@develop
4545
permissions:
4646
contents: read
4747
checks: write # For the check run creation !

0 commit comments

Comments
 (0)