Update test.yml
This commit is contained in:
parent
48326e19ea
commit
01d9c79ad2
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -418,8 +418,7 @@ jobs:
|
||||
separator: ","
|
||||
- name: List all modified files
|
||||
run: |
|
||||
IFS=$','
|
||||
for file in ${{ steps.changed-files-comma.outputs.modified_files }}; do
|
||||
IFS=$','; for file in ${{ steps.changed-files-comma.outputs.modified_files }}; do
|
||||
echo $file
|
||||
done
|
||||
unset IFS
|
||||
|
Loading…
x
Reference in New Issue
Block a user