Skip to content

Commit

Permalink
workflow-templates/debugging-runner: Replace a branch name that's gone
Browse files Browse the repository at this point in the history
I get to my TODOs eventually…

Thanks to @genehack for spotting this and pointing it out.
  • Loading branch information
tsibley committed Jul 18, 2024
1 parent 2e5550a commit 9f9582e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workflow-templates/debugging-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9f9582e

Please sign in to comment.