3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-17 03:47:20 +00:00

Update test.yml

This commit is contained in:
Tonye Jack 2021-03-20 08:09:58 -04:00 committed by GitHub
parent 09028ea846
commit 8a0c8897e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: ./