Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
danadoherty639 committed Sep 27, 2024
1 parent 0ae06e4 commit 51404ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-restarter-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
# this to trigger the reusable workflow that restarts the failed job; and
# (b) custom actions do not have access to the calling workflow's secrets
- name: Trigger reusable workflow
uses: ./.github/actions/workflow-restarter-proxy
uses: puppetlabs/cat-github-actions/.github/workflows/workflow-restarter.yml
env:
SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
repository: ${{ github.repository }}
run_id: ${{ github.run_id }}
run_id: ${{ github.run_id }}
2 changes: 1 addition & 1 deletion .github/workflows/workflow-restarter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

jobs:
call-reusable-workflow:
uses: puppetlabs/cat-github-actions/.github/workflows/workflow-restarter.yml@cat_1820
uses: puppetlabs/cat-github-actions/.github/workflows/workflow-restarter.yml
with:
repo: ${{ inputs.repo }}
run_id: ${{ inputs.run_id }}
Expand Down

0 comments on commit 51404ce

Please sign in to comment.