We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b72b05 commit fe8e9cfCopy full SHA for fe8e9cf
.github/workflows/CI.yml
@@ -267,7 +267,7 @@ jobs:
267
uses: ./.github/workflows/codacy-upload-from-artifacts.yml
268
with:
269
artifacts-pattern: coverage-groups-*
270
- run-id: ${{ needs.fetch-info.outputs.id }}
+ run-id: ${{ needs.fetch-info.outputs.run-id }}
271
override-commit: ${{ needs.fetch-info.outputs.commit-sha }}
272
permissions:
273
contents: read
@@ -281,7 +281,7 @@ jobs:
281
uses: ./.github/workflows/codecov-upload-from-artifacts.yml
282
283
284
285
286
287
0 commit comments