Skip to content

Commit b1ecece

Browse files
committed
docs(CLI): fix typo
1 parent 554d09a commit b1ecece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cli/github-actions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v4
4444

4545
- name: Deploy
46-
uses: appleboy/ssh-action@1.0.3
46+
uses: appleboy/ssh-action@v1.0.3
4747
with:
4848
host: ${{ secrets.SSH_HOST }}
4949
username: ${{ secrets.SSH_USERNAME }}

0 commit comments

Comments
 (0)