mirror of
https://github.com/tj-actions/changed-files
synced 2025-02-19 15:23:42 +00:00
Update test.yml
This commit is contained in:
parent
48326e19ea
commit
01d9c79ad2
1 changed files with 1 additions and 2 deletions
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…
Add table
Reference in a new issue