diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 849422c75..0906e590e 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -68,7 +68,7 @@ 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/gem_acceptance.yml@cat_1820" env: SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: