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) }}"