Skip to content

Commit 947537f

Browse files
committed
FIX: ssh action version
1 parent 6222170 commit 947537f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
target: '/home/deploy/admin-api-rust'
3333

3434
- name: Restart service
35-
uses: appleboy/ssh-action@v0.1.4
35+
uses: appleboy/ssh-action@v1.2.0
3636
with:
3737
host: ${{ secrets.VPS_HOST }}
3838
username: ${{ secrets.VPS_USER }}

0 commit comments

Comments
 (0)