Skip to content

Commit

Permalink
check path
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Sep 5, 2024
1 parent 52d844c commit 0045d04
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ssh-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ jobs:
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}

- name: Tailscale # In order to be able to SSH when a test fails
uses: /transformers/.github/workflows/action.yaml
with:
authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }}
slackChannel: ${{ secrets.SLACK_CIFEEDBACK_CHANNEL }}
slackToken: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
waitForSSH: true
# - name: Tailscale # In order to be able to SSH when a test fails
# uses: /transformers/.github/workflows/action.yaml
# with:
# authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }}
# slackChannel: ${{ secrets.SLACK_CIFEEDBACK_CHANNEL }}
# slackToken: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
# waitForSSH: true

0 comments on commit 0045d04

Please sign in to comment.