File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,11 @@ jobs:
247247 commit-sha : ${{ steps.fetch-workflow-metadata.outputs.commit-sha }}
248248 run-id : ${{ steps.fetch-workflow-metadata.outputs.run-id }}
249249 steps :
250+ # @TODO move actions to a dedicated repo and remove the checkout
251+ - uses : actions/checkout@v4
252+ with :
253+ path : custom-action-repo
254+
250255 - uses : ./custom-action-repo/.github/actions/reports-group/attach-check-run-to-triggering-workflow-action
251256 with :
252257 github-token : ${{ github.token }}
Original file line number Diff line number Diff line change 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+
1823 - uses : ./custom-action-repo/.github/actions/reports-group/attach-check-run-to-triggering-workflow-action
1924 with :
2025 github-token : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments