Update test.yml

This commit is contained in:
Tonye Jack 2021-03-25 19:23:19 -04:00 committed by GitHub
parent 8a0c8897e3
commit 78af41436f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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