add INPUT_FILES env var for get-files-changed action (#57924)
This commit is contained in:
1
.github/actions/get-changed-files/action.yml
vendored
1
.github/actions/get-changed-files/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user