We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10eac91 commit 58f8bdbCopy full SHA for 58f8bdb
.github/actions/get-changed-files/action.yml
@@ -33,6 +33,7 @@ runs:
33
- name: Gather changed files
34
id: get_changes
35
env:
36
+ INPUT_FILES: ${{ inputs.files }}
37
INPUT_HEAD: ${{ inputs.head || github.event.pull_request.head.ref || github.event.merge_group.head_ref || github.ref_name }}
38
INPUT_OUTPUT_FILE: ${{ inputs.output_file }}
39
shell: bash
0 commit comments