Skip to content

Commit 52d844c

Browse files
committed
check path
1 parent 0ea3d1e commit 52d844c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ssh-runner.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ jobs:
6767
run: |
6868
pwd
6969
70+
- name: Show path
71+
run: |
72+
ls -l /transformers/.github/workflows/action.yaml
73+
7074
- name: Check python file
7175
working-directory: /transformers
7276
run: |
@@ -129,7 +133,7 @@ jobs:
129133
SLACK_BOT_TOKEN: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
130134

131135
- name: Tailscale # In order to be able to SSH when a test fails
132-
uses: ./.github/workflows/action.yaml
136+
uses: /transformers/.github/workflows/action.yaml
133137
with:
134138
authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }}
135139
slackChannel: ${{ secrets.SLACK_CIFEEDBACK_CHANNEL }}

0 commit comments

Comments
 (0)