1
1
Fork 0
mirror of https://github.com/appleboy/ssh-action.git synced 2025-03-28 14:46:19 +01:00

chore: update action image

This commit is contained in:
Bo-Yi Wu 2019-09-29 10:46:23 +08:00
parent 1f7ce4dfab
commit 4f7d6491f3

View file

@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: executing remote ssh commands
uses: appleboy/scp-action@master
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}