Update test.yml
This commit is contained in:
parent
8a0c8897e3
commit
78af41436f
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -21,9 +21,9 @@ jobs:
|
|||||||
- name: Show output
|
- name: Show output
|
||||||
run: |
|
run: |
|
||||||
echo "${{ toJSON(steps.changed-files.outputs) }}"
|
echo "${{ toJSON(steps.changed-files.outputs) }}"
|
||||||
- name: List all changed files
|
- name: List all modified files
|
||||||
run: |
|
run: |
|
||||||
for file in "${{ steps.changed-files.outputs.changed_files }}"; do
|
for file in "${{ steps.changed-files.outputs.modified_files }}"; do
|
||||||
echo $file
|
echo $file
|
||||||
done
|
done
|
||||||
- name: Run changed-files with comma separator
|
- name: Run changed-files with comma separator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user