Merge pull request #8 from tj-actions/test-example

This commit is contained in:
Tonye Jack 2021-03-25 19:24:03 -04:00 committed by GitHub
commit 69750fb30a
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 modified files
run: |
for file in "${{ steps.changed-files.outputs.modified_files }}"; do
echo $file
done
- name: Run changed-files with comma separator
id: changed-files-comma
uses: ./