Skip to content

Commit

Permalink
docs(CLI): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed May 5, 2024
1 parent 554d09a commit b1ecece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli/github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v4

- name: Deploy
uses: appleboy/ssh-action@1.0.3
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
Expand Down

0 comments on commit b1ecece

Please sign in to comment.