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