Skip to content

Commit 8738652

Browse files
authored
Update main.yml
1 parent 679a374 commit 8738652

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
# Target directory
4040
TARGET: /www/wwwroot/root/
4141
- name: start project
42-
uses: appleboy/ssh-action@master
42+
uses: fifsky/ssh-action@master
4343
with:
4444
host: ${{ secrets.HOST }}
45-
username: ${{ secrets.USERNAME }}
45+
user: ${{ secrets.USERNAME }}
4646
key: ${{ secrets.SSH_PRIVATE_KEY }}
47-
port: ${{ secrets.PORT }}
48-
script: |
47+
port: ${{ secrets.PORT }}
48+
command: |
4949
cd /www/wwwroot/root/
5050
ls
5151
tar -zxvf release.tgz

0 commit comments

Comments
 (0)