mirror of
https://ghproxy.net/https://github.com/appleboy/scp-action.git
synced 2025-04-04 13:58:23 +00:00
chore: update
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
d710bf5023
commit
6820531cf9
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -126,13 +126,7 @@ jobs:
|
||||
uses: tj-actions/changed-files@v35
|
||||
with:
|
||||
since_last_remote_commit: true
|
||||
|
||||
- name: List all changed files
|
||||
run: |
|
||||
"${{ join(steps.changed-files.outputs.all_changed_files, ',') }}"
|
||||
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
|
||||
echo "$file was changed"
|
||||
done
|
||||
separator: ","
|
||||
|
||||
- name: copy file to server
|
||||
uses: appleboy/scp-action@7af00892de6f8397c5c3393cfb3b32ae7f91b94b
|
||||
@ -141,5 +135,5 @@ jobs:
|
||||
username: ${{ secrets.USERNAME }}
|
||||
key: ${{ secrets.KEY }}
|
||||
port: ${{ secrets.PORT }}
|
||||
source: "${{ join(steps.changed-files.outputs.all_changed_files, ',') }}"
|
||||
source: ${{ steps.changed-files.outputs.all_changed_files }}
|
||||
target: test
|
||||
|
@ -1,4 +1,3 @@
|
||||
c
|
||||
foobar
|
||||
test1234
|
||||
foobar
|
||||
|
@ -1,5 +1,3 @@
|
||||
d
|
||||
foobar
|
||||
foobar
|
||||
|
||||
foobar
|
||||
|
Loading…
Reference in New Issue
Block a user