Skip to content

Commit 6e287d6

Browse files
committed
fix: 127 error bash script
1 parent cb7030f commit 6e287d6

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
@@ -24,7 +24,7 @@ jobs:
2424
target: "${{ secrets.PATH }}"
2525

2626
- name: Executing remote command
27-
uses: appleboy/ssh-action@master
27+
uses: appleboy/ssh-action@v1.0.3
2828
with:
2929
host: ${{ secrets.HOST }}
3030
username: ${{ secrets.USERNAME }}

0 commit comments

Comments
 (0)