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:
parent
d39be7dab1
commit
fb1fe28aa9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue