Skip to content

Commit e0901e1

Browse files
authored
Merge pull request #443 from kenjis/fix-deploy.yml
chore: fix appleboy/ssh-action version
2 parents baad5ea + 78b0cb1 commit e0901e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ref: master
1515

1616
- name: executing remote ssh commands using ssh key
17-
uses: appleboy/ssh-action@v1
17+
uses: appleboy/ssh-action@v1.0.3
1818
with:
1919
host: ${{ secrets.HOST }}
2020
username: ${{ secrets.USERNAME }}

0 commit comments

Comments
 (0)