1
0
mirror of synced 2025-12-19 09:57:42 -05:00

add INPUT_FILES env var for get-files-changed action (#57924)

This commit is contained in:
Robert Sese
2025-10-10 12:21:56 -07:00
committed by GitHub
parent 10eac91b8c
commit 58f8bdb7ae

View File

@@ -33,6 +33,7 @@ runs:
- name: Gather changed files
id: get_changes
env:
INPUT_FILES: ${{ inputs.files }}
INPUT_HEAD: ${{ inputs.head || github.event.pull_request.head.ref || github.event.merge_group.head_ref || github.ref_name }}
INPUT_OUTPUT_FILE: ${{ inputs.output_file }}
shell: bash