From fea3b5eab8cbbfc51d8988e9bf95db3f7136d595 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 3 Nov 2022 08:33:45 -0600 Subject: [PATCH] Updated test --- .github/workflows/test.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dfbb39e3..e6a0bf89 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -359,6 +359,16 @@ jobs: echo '${{ toJSON(steps.changed-files.outputs) }}' shell: bash + - name: Run changed-files with include_all_old_new_renamed_files + id: changed-files + uses: ./ + with: + include_all_old_new_renamed_files: true + - name: Show output + run: | + echo '${{ toJSON(steps.changed-files.outputs) }}' + shell: + bash - name: List all modified files run: | for file in ${{ steps.changed-files.outputs.modified_files }}; do