Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Sep 5, 2022
1 parent 48326e1 commit 01d9c79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Expand Up @@ -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
Expand Down

0 comments on commit 01d9c79

Please sign in to comment.