Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 430e8d9

Browse files
✨ [wip] : Update SSH action to latest master version in deploy workflow.
1 parent 1aeec24 commit 430e8d9

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
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v2
1717

1818
- name: Deploy to VPS
19-
uses: appleboy/ssh-action@v0.1.3
19+
uses: appleboy/ssh-action@master
2020
with:
2121
host: ${{ secrets.SSH_IP_HOST }}
2222
username: ${{ secrets.SSH_USERNAME }}

0 commit comments

Comments
 (0)