Skip to content

Commit

Permalink
Updated test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jun 12, 2022
1 parent d39be7d commit fb1fe28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -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
Expand Down

0 comments on commit fb1fe28

Please sign in to comment.