From 9f9582ede3044b5605a65eb1839c1e9e22b3b8ff Mon Sep 17 00:00:00 2001 From: Thomas Sibley Date: Thu, 18 Jul 2024 16:18:57 -0700 Subject: [PATCH] workflow-templates/debugging-runner: Replace a branch name that's gone MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I get to my TODOs eventually… Thanks to @genehack for spotting this and pointing it out. --- workflow-templates/debugging-runner.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/workflow-templates/debugging-runner.yaml b/workflow-templates/debugging-runner.yaml index cebea57..aac1dae 100644 --- a/workflow-templates/debugging-runner.yaml +++ b/workflow-templates/debugging-runner.yaml @@ -31,8 +31,7 @@ jobs: steps: - uses: actions/checkout@v3 - # XXX TODO: change to @master once the actions/setup-ssh branch is merged - - uses: nextstrain/.github/actions/setup-ssh@actions/setup-ssh + - uses: nextstrain/.github/actions/setup-ssh@master with: tailscale-auth-key: ${{ inputs.tailscale-auth-key || secrets.TAILSCALE_AUTH_KEY }} allowed-users: ${{ inputs.allowed-users || github.triggering_actor }}