From 8a0c8897e3f19a26a794918d7e30e9b56ebda171 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 20 Mar 2021 08:09:58 -0400 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 164c38f0..0e8012b8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,6 +21,11 @@ jobs: - name: Show output run: | echo "${{ toJSON(steps.changed-files.outputs) }}" + - name: List all changed files + run: | + for file in "${{ steps.changed-files.outputs.changed_files }}"; do + echo $file + done - name: Run changed-files with comma separator id: changed-files-comma uses: ./