From 12f1755fec2c511562cc3ae4e9d8d5bd038a6660 Mon Sep 17 00:00:00 2001 From: Dana Doherty Date: Wed, 4 Sep 2024 14:24:32 +0100 Subject: [PATCH] test restarter workflow --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: