3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-01-18 13:57:39 +00:00

Update test.yml

This commit is contained in:
Tonye Jack 2021-03-05 07:38:19 -05:00 committed by GitHub
parent 980c226035
commit 8d4aa1c912
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,11 +29,3 @@ jobs:
- name: Show output
run: |
echo "${{ toJSON(steps.changed-files-comma.outputs) }}"
- name: Run changed-files with pipe
id: changed-files-pipe
uses: ./
with:
separator: "|"
- name: Show output
run: |
echo "${{ toJSON(steps.changed-files-pipe.outputs) }}"