chore: update

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi.Wu 2023-04-09 18:04:20 +08:00
parent d710bf5023
commit 6820531cf9
3 changed files with 2 additions and 11 deletions

View File

@ -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

View File

@ -1,4 +1,3 @@
c
foobar
test1234
foobar

View File

@ -1,5 +1,3 @@
d
foobar
foobar
foobar