Updated test
This commit is contained in:
parent
fea3b5eab8
commit
b2e6ecea09
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -360,13 +360,13 @@ jobs:
|
|||||||
shell:
|
shell:
|
||||||
bash
|
bash
|
||||||
- name: Run changed-files with include_all_old_new_renamed_files
|
- name: Run changed-files with include_all_old_new_renamed_files
|
||||||
id: changed-files
|
id: changed-files-all-old-new-renamed-files
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
include_all_old_new_renamed_files: true
|
include_all_old_new_renamed_files: true
|
||||||
- name: Show output
|
- name: Show output
|
||||||
run: |
|
run: |
|
||||||
echo '${{ toJSON(steps.changed-files.outputs) }}'
|
echo '${{ toJSON(steps.changed-files-all-old-new-renamed-files.outputs) }}'
|
||||||
shell:
|
shell:
|
||||||
bash
|
bash
|
||||||
- name: List all modified files
|
- name: List all modified files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user