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: ","
|
separator: ","
|
||||||
- name: List all modified files
|
- name: List all modified files
|
||||||
run: |
|
run: |
|
||||||
IFS=$','
|
IFS=$','; for file in ${{ steps.changed-files-comma.outputs.modified_files }}; do
|
||||||
for file in ${{ steps.changed-files-comma.outputs.modified_files }}; do
|
|
||||||
echo $file
|
echo $file
|
||||||
done
|
done
|
||||||
unset IFS
|
unset IFS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user