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 0ea3d1e commit 52d844c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ssh-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ jobs:
run: |
pwd
- name: Show path
run: |
ls -l /transformers/.github/workflows/action.yaml
- name: Check python file
working-directory: /transformers
run: |
Expand Down Expand Up @@ -129,7 +133,7 @@ jobs:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}

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

0 comments on commit 52d844c

Please sign in to comment.