mirror of
https://github.com/appleboy/scp-action.git
synced 2024-11-27 03:46:09 +08:00
chore: test
This commit is contained in:
parent
2949c755a2
commit
1c43a9662a
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -50,3 +50,14 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
source: "tests/a.txt,tests/b.txt"
|
source: "tests/a.txt,tests/b.txt"
|
||||||
target: "test"
|
target: "test"
|
||||||
|
|
||||||
|
- name: empty archive
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
host: ${{ secrets.HOST }}
|
||||||
|
username: ${{ secrets.USERNAME }}
|
||||||
|
key: ${{ secrets.SSH2 }}
|
||||||
|
passphrase: ${{ secrets.PASSPHRASE }}
|
||||||
|
port: ${{ secrets.PORT }}
|
||||||
|
source: "tests/aaaaa.txt"
|
||||||
|
target: "test"
|
||||||
|
Loading…
Reference in New Issue
Block a user