Update test.yml
This commit is contained in:
parent
085386c38b
commit
dc2959d455
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -40,3 +40,13 @@ 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 specific files
|
||||||
|
id: changed-files-specific
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
files: |
|
||||||
|
action.yml
|
||||||
|
.github/workflows/test.yml
|
||||||
|
- name: Show output
|
||||||
|
run: |
|
||||||
|
echo "${{ toJSON(steps.changed-files-specific.outputs) }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user