From 6820531cf97c32e27c3148a0bf92f765291baf37 Mon Sep 17 00:00:00 2001 From: "Bo-Yi.Wu" Date: Sun, 9 Apr 2023 18:04:20 +0800 Subject: [PATCH] chore: update Signed-off-by: Bo-Yi.Wu --- .github/workflows/ci.yml | 10 ++-------- tests/c.txt | 1 - tests/d.txt | 2 -- 3 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94f87b4..bcede9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/tests/c.txt b/tests/c.txt index 79d5a4d..06cab46 100644 --- a/tests/c.txt +++ b/tests/c.txt @@ -1,4 +1,3 @@ c foobar test1234 -foobar diff --git a/tests/d.txt b/tests/d.txt index 84cc93e..13a80d9 100644 --- a/tests/d.txt +++ b/tests/d.txt @@ -1,5 +1,3 @@ d foobar foobar - -foobar