From fb1fe28aa9ff24afc553b37545437005a4cf2115 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 12 Jun 2022 10:11:04 -0400 Subject: [PATCH] Updated test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d508be25..c2a49135 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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