1
1
Fork 0
mirror of https://github.com/appleboy/ssh-action.git synced 2025-03-28 14:46:19 +01:00
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2019-12-30 16:57:16 +08:00
parent c708959e04
commit b6e100354a

View file

@ -77,7 +77,7 @@ jobs:
echo "I am $BAR, thanks"
- name: ssh key passphrase
uses: appleboy/ssh-action@master
uses: appleboy/ssh-action@passphrase
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}