Skip to content

Commit

Permalink
fix: Lock ssh-action ver to commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
kiosion committed Dec 27, 2023
1 parent 187da50 commit 6741b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
needs: [ build ]
steps:
- name: Deploy to VPS
uses: appleboy/ssh-action@master
uses: appleboy/ssh-action@2344d975738ad85c2c0bc848a78cef0d4ce17ec0
with:
host: ${{ vars.SSH_HOST }}
username: ${{ vars.SSH_USER }}
Expand Down

0 comments on commit 6741b71

Please sign in to comment.