3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-01-18 13:57:39 +00:00

Updated test

This commit is contained in:
Tonye Jack 2022-11-03 08:41:37 -06:00
parent fea3b5eab8
commit b2e6ecea09

View file

@ -360,13 +360,13 @@ jobs:
shell:
bash
- name: Run changed-files with include_all_old_new_renamed_files
id: changed-files
id: changed-files-all-old-new-renamed-files
uses: ./
with:
include_all_old_new_renamed_files: true
- name: Show output
run: |
echo '${{ toJSON(steps.changed-files.outputs) }}'
echo '${{ toJSON(steps.changed-files-all-old-new-renamed-files.outputs) }}'
shell:
bash
- name: List all modified files