Skip to content

Commit 58f8bdb

Browse files
authored
add INPUT_FILES env var for get-files-changed action (#57924)
1 parent 10eac91 commit 58f8bdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/get-changed-files/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ runs:
3333
- name: Gather changed files
3434
id: get_changes
3535
env:
36+
INPUT_FILES: ${{ inputs.files }}
3637
INPUT_HEAD: ${{ inputs.head || github.event.pull_request.head.ref || github.event.merge_group.head_ref || github.ref_name }}
3738
INPUT_OUTPUT_FILE: ${{ inputs.output_file }}
3839
shell: bash

0 commit comments

Comments
 (0)