diff --git a/.github/workflows/workflow-restarter-trigger.yml b/.github/workflows/workflow-restarter-trigger.yml index c39f37d9d..4cc13d07e 100644 --- a/.github/workflows/workflow-restarter-trigger.yml +++ b/.github/workflows/workflow-restarter-trigger.yml @@ -55,7 +55,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: puppetlabs/cat-github-actions/.github/actions/workflow-restarter.yml + uses: "puppetlabs/cat-github-actions/.github/actions/workflow-restarter.yml" env: SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: