From 78af41436f40db0259f287f626c8088f1a283ca1 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 25 Mar 2021 19:23:19 -0400 Subject: [PATCH] Update 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 0e8012b8..f6c04869 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,9 +21,9 @@ jobs: - name: Show output run: | echo "${{ toJSON(steps.changed-files.outputs) }}" - - name: List all changed files + - name: List all modified files run: | - for file in "${{ steps.changed-files.outputs.changed_files }}"; do + for file in "${{ steps.changed-files.outputs.modified_files }}"; do echo $file done - name: Run changed-files with comma separator