From 08babf57768517135deb811bb3119bd41bd1d6c6 Mon Sep 17 00:00:00 2001 From: Dana Doherty Date: Fri, 27 Sep 2024 16:49:10 +0100 Subject: [PATCH] update --- .github/workflows/workflow-restarter-trigger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: