Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Mar 20, 2021
1 parent 09028ea commit 8a0c889
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -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: ./
Expand Down

0 comments on commit 8a0c889

Please sign in to comment.