Update test.yml
This commit is contained in:
parent
980c226035
commit
8d4aa1c912
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -29,11 +29,3 @@ jobs:
|
|||||||
- name: Show output
|
- name: Show output
|
||||||
run: |
|
run: |
|
||||||
echo "${{ toJSON(steps.changed-files-comma.outputs) }}"
|
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…
x
Reference in New Issue
Block a user