Skip to content

Commit c192f9c

Browse files
committed
use specific ts version with ssh
1 parent 670a600 commit c192f9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-al-prod.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
packages: write
1919
steps:
2020
- name: Tailscale
21-
uses: tailscale/github-action@v1
21+
uses: tailscale/github-action@ce41a99162202a647a4b24c30c558a567b926709
2222
with:
2323
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
24+
args: --ssh
2425
- name: Check out code into the Go module directory
2526
uses: actions/checkout@v3
2627
- name: Install ruby

0 commit comments

Comments
 (0)