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:
parent
980c226035
commit
8d4aa1c912
1 changed files with 0 additions and 8 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -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) }}"
|
||||
|
|
Loading…
Reference in a new issue