mirror of
https://github.com/appleboy/scp-action.git
synced 2024-11-12 12:38:08 +00:00
chore: update
This commit is contained in:
parent
e22c039905
commit
bffdab6759
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -6,7 +6,6 @@ jobs:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@master
|
||||
- name: copy file via ssh password
|
||||
uses: appleboy/scp-action@master
|
||||
@ -14,6 +13,7 @@ jobs:
|
||||
HOST: ${{ secrets.HOST }}
|
||||
USERNAME: ${{ secrets.USERNAME }}
|
||||
PASSWORD: ${{ secrets.PASSWORD }}
|
||||
PORT: ${{ secrets.PORT }}
|
||||
with:
|
||||
source: "tests/a.txt,tests/b.txt"
|
||||
target: "/home/actions/test"
|
||||
|
Loading…
Reference in New Issue
Block a user