Update test.yml
This commit is contained in:
parent
932c8a5c11
commit
7841015a94
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@ -50,3 +50,14 @@ jobs:
|
|||||||
- name: Show output
|
- name: Show output
|
||||||
run: |
|
run: |
|
||||||
echo "${{ toJSON(steps.changed-files-specific.outputs) }}"
|
echo "${{ toJSON(steps.changed-files-specific.outputs) }}"
|
||||||
|
- name: Run changed-files with specific files comma separator
|
||||||
|
id: changed-files-specific-comma
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
files: |
|
||||||
|
action.yml
|
||||||
|
.github/workflows/test.yml
|
||||||
|
separator: ","
|
||||||
|
- name: Show output
|
||||||
|
run: |
|
||||||
|
echo "${{ toJSON(steps.changed-files-specific-comma.outputs) }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user