File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
13
13
checks : write # For the check run creation !
14
14
steps :
15
15
- 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
17
17
with :
18
18
name : ' Fetch coverage info'
19
19
fails-on-triggering-workflow-failure : true
20
20
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
22
22
id : fetch-workflow-metadata
23
23
24
24
outputs :
28
28
codacy-uploader :
29
29
name : Codacy
30
30
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
32
32
permissions :
33
33
contents : read
34
34
checks : write # For the check run creation !
@@ -37,12 +37,11 @@ jobs:
37
37
with :
38
38
artifacts-pattern : coverage-groups-*
39
39
run-id : ${{ needs.fetch-info.outputs.run-id }}
40
- override-commit : ${{ needs.fetch-info.outputs.commit-sha }}
41
40
42
41
codecov-uploader :
43
42
name : Codecov
44
43
needs : [fetch-info]
45
- 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
46
45
permissions :
47
46
contents : read
48
47
checks : write # For the check run creation !
You can’t perform that action at this time.
0 commit comments