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
09028ea846
commit
8a0c8897e3
1 changed files with 5 additions and 0 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -21,6 +21,11 @@ jobs:
|
|||
- name: Show output
|
||||
run: |
|
||||
echo "${{ toJSON(steps.changed-files.outputs) }}"
|
||||
- name: List all changed files
|
||||
run: |
|
||||
for file in "${{ steps.changed-files.outputs.changed_files }}"; do
|
||||
echo $file
|
||||
done
|
||||
- name: Run changed-files with comma separator
|
||||
id: changed-files-comma
|
||||
uses: ./
|
||||
|
|
Loading…
Reference in a new issue