Skip to content

Commit 9345827

Browse files
committed
Fix
1 parent 70926ec commit 9345827

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -245,24 +245,19 @@ jobs:
245245
commit-sha: ${{ steps.fetch-workflow-metadata.outputs.commit-sha }}
246246
run-id: ${{ steps.fetch-workflow-metadata.outputs.run-id }}
247247
steps:
248-
# @TODO move actions to a dedicated repo and remove the checkout
249-
- uses: actions/checkout@v4
250-
with:
251-
path: custom-action-repo
252-
253-
- uses: ./custom-action-repo/.github/actions/reports-group/attach-check-run-to-triggering-workflow-action
248+
- uses: yoanm/tmp-reports-group-workspace/.github/actions/attach-check-run-to-triggering-workflow-action@develop
254249
with:
255250
github-token: ${{ github.token }}
256251
job-status: ${{ job.status }}
257252
fails-on-triggering-workflow-failure: true
258253

259-
- uses: ./custom-action-repo/.github/actions/reports-group/fetch-workflow-metadata-action
254+
- uses: yoanm/tmp-reports-group-workspace/.github/actions/fetch-workflow-metadata-action@develop
260255
id: fetch-workflow-metadata
261256

262257
codacy-uploader:
263258
name: Codacy
264259
needs: [fetch-info]
265-
uses: ./.github/workflows/codacy-upload-from-artifacts.yml
260+
uses: yoanm/tmp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@develop
266261
with:
267262
artifacts-pattern: coverage-groups-*
268263
run-id: ${{ needs.fetch-info.outputs.run-id }}
@@ -276,7 +271,7 @@ jobs:
276271
codecov-uploader:
277272
name: Codecov
278273
needs: [fetch-info]
279-
uses: ./.github/workflows/codecov-upload-from-artifacts.yml
274+
uses: yoanm/tmp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@develop
280275
with:
281276
artifacts-pattern: coverage-groups-*
282277
run-id: ${{ needs.fetch-info.outputs.run-id }}

.github/workflows/coverage-upload.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ jobs:
1515
commit-sha: ${{ steps.fetch-workflow-metadata.outputs.commit-sha }}
1616
run-id: ${{ steps.fetch-workflow-metadata.outputs.run-id }}
1717
steps:
18-
# @TODO move actions to a dedicated repo and remove the checkout
19-
- uses: actions/checkout@v4
20-
with:
21-
path: custom-action-repo
22-
2318
- uses: yoanm/tmp-reports-group-workspace/.github/actions/attach-check-run-to-triggering-workflow-action@develop
2419
with:
2520
name: "Fetch coverage info"

0 commit comments

Comments
 (0)