Skip to content

Commit fe8e9cf

Browse files
committed
Fix
1 parent 3b72b05 commit fe8e9cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ jobs:
267267
uses: ./.github/workflows/codacy-upload-from-artifacts.yml
268268
with:
269269
artifacts-pattern: coverage-groups-*
270-
run-id: ${{ needs.fetch-info.outputs.id }}
270+
run-id: ${{ needs.fetch-info.outputs.run-id }}
271271
override-commit: ${{ needs.fetch-info.outputs.commit-sha }}
272272
permissions:
273273
contents: read
@@ -281,7 +281,7 @@ jobs:
281281
uses: ./.github/workflows/codecov-upload-from-artifacts.yml
282282
with:
283283
artifacts-pattern: coverage-groups-*
284-
run-id: ${{ needs.fetch-info.outputs.id }}
284+
run-id: ${{ needs.fetch-info.outputs.run-id }}
285285
override-commit: ${{ needs.fetch-info.outputs.commit-sha }}
286286
permissions:
287287
contents: read

0 commit comments

Comments
 (0)