3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-16 19:27:39 +00:00

Updated test.yml

This commit is contained in:
Tonye Jack 2022-06-12 10:11:04 -04:00
parent d39be7dab1
commit fb1fe28aa9

View file

@ -243,13 +243,13 @@ jobs:
shell:
bash
- name: Run changed-files with dir_names
id: changed-files-only-dir-names
id: changed-files-dir-names
uses: ./
with:
dir_names: "true"
- name: Show output
run: |
echo '${{ toJSON(steps.changed-files-only-dir-names.outputs) }}'
echo '${{ toJSON(steps.changed-files-dir-names.outputs) }}'
shell:
bash
- name: Run changed-files with forward slash separator