We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554d09a commit b1ececeCopy full SHA for b1ecece
docs/cli/github-actions.md
@@ -43,7 +43,7 @@ jobs:
43
uses: actions/checkout@v4
44
45
- name: Deploy
46
- uses: appleboy/ssh-action@1.0.3
+ uses: appleboy/ssh-action@v1.0.3
47
with:
48
host: ${{ secrets.SSH_HOST }}
49
username: ${{ secrets.SSH_USERNAME }}
0 commit comments