mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-17 13:47:20 +00:00
Update test.yml
This commit is contained in:
parent
8a0c8897e3
commit
78af41436f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -21,9 +21,9 @@ jobs:
|
|||
- name: Show output
|
||||
run: |
|
||||
echo "${{ toJSON(steps.changed-files.outputs) }}"
|
||||
- name: List all changed files
|
||||
- name: List all modified files
|
||||
run: |
|
||||
for file in "${{ steps.changed-files.outputs.changed_files }}"; do
|
||||
for file in "${{ steps.changed-files.outputs.modified_files }}"; do
|
||||
echo $file
|
||||
done
|
||||
- name: Run changed-files with comma separator
|
||||
|
|
Loading…
Reference in a new issue