Skip to content

Commit 09ccedc

Browse files
committed
fix port key
1 parent aa6f047 commit 09ccedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: appleboy/ssh-action@master
4848
with:
4949
host: ${{ secrets.HOST }}
50-
host_port: ${{ secrets.PORT }}
50+
port: ${{ secrets.PORT }}
5151
username: ${{ secrets.USERNAME }}
5252
key: ${{ secrets.KEY }}
5353
passphrase: ${{ secrets.PASSPHRASE }}

0 commit comments

Comments
 (0)