Skip to content

Commit

Permalink
Fixed ssh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-lymar committed Sep 24, 2024
1 parent 82beca7 commit cef6e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: github.ref == 'refs/heads/main'
steps:
- name: executing remote ssh commands to deploy
uses: appleboy/sshaction@master
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
Expand Down

0 comments on commit cef6e9c

Please sign in to comment.