Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi.Wu 2023-04-09 17:56:08 +08:00
parent 9707a76624
commit d710bf5023
3 changed files with 3 additions and 1 deletions

View File

@ -129,7 +129,7 @@ jobs:
- name: List all changed files
run: |
${{ join(steps.changed-files.outputs.all_changed_files, ',') }}
"${{ join(steps.changed-files.outputs.all_changed_files, ',') }}"
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
echo "$file was changed"
done

View File

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

View File

@ -2,3 +2,4 @@ d
foobar
foobar
foobar