This commit is contained in:
parent
09f0ba8920
commit
f2c77fe384
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ jobs:
|
|||
run: ls -lah
|
||||
|
||||
- name: copy file via ssh password
|
||||
uses: appleboy/scp-action@v0.1.4
|
||||
uses: https://github.com/appleboy/scp-action@v0.1.4
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
|
|
Reference in a new issue