Skip to content

Commit 51404ce

Browse files
update
1 parent 0ae06e4 commit 51404ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/workflow-restarter-trigger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
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 }}

.github/workflows/workflow-restarter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
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 }}

0 commit comments

Comments
 (0)