From b2e6ecea0959f1ed9857ea975fcfe334ee47db2b Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 3 Nov 2022 08:41:37 -0600 Subject: [PATCH] Updated test --- .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 e6a0bf89..50266cdb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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