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 cb47ef8 commit 96e006bCopy full SHA for 96e006b
.github/workflows/workflow-restarter-trigger.yml
@@ -55,7 +55,7 @@ jobs:
55
# this to trigger the reusable workflow that restarts the failed job; and
56
# (b) custom actions do not have access to the calling workflow's secrets
57
- name: Trigger reusable workflow
58
- uses: puppetlabs/cat-github-actions/.github/workflows/workflow-restarter.yml
+ uses: puppetlabs/cat-github-actions/.github/actions/workflow-restarter.yml
59
env:
60
SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
with:
0 commit comments