Skip to content

Commit

Permalink
Fix(.github): update ssh-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hejow committed Oct 31, 2023
1 parent bd3d59b commit f78c4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ajaja-docker-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: pull image and rerun w/ ssh command
uses: appleboy/ssh-action@v1
uses: appleboy/ssh-action@v1.0.0
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
Expand Down

0 comments on commit f78c4f4

Please sign in to comment.