File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5353 # this to trigger the reusable workflow that restarts the failed job; and
5454 # (b) custom actions do not have access to the calling workflow's secrets
5555 - name : Trigger reusable workflow
56- uses : ./ .github/actions /workflow-restarter-proxy
56+ uses : puppetlabs/cat-github-actions/ .github/workflows /workflow-restarter.yml
5757 env :
5858 SOURCE_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5959 with :
6060 repository : ${{ github.repository }}
61- run_id : ${{ github.run_id }}
61+ run_id : ${{ github.run_id }}
Original file line number Diff line number Diff line change 1919
2020jobs :
2121 call-reusable-workflow :
22- uses : puppetlabs/cat-github-actions/.github/workflows/workflow-restarter.yml@cat_1820
22+ uses : puppetlabs/cat-github-actions/.github/workflows/workflow-restarter.yml
2323 with :
2424 repo : ${{ inputs.repo }}
2525 run_id : ${{ inputs.run_id }}
You can’t perform that action at this time.
0 commit comments