mirror of
https://github.com/tj-actions/changed-files
synced 2025-02-01 11:04:18 +00:00
Updated comments
This commit is contained in:
parent
ff749ea95a
commit
9b119a28a5
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ runs:
|
||||||
id: source-input-files
|
id: source-input-files
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
# INPUT_<VARIABLE_NAME> is not available in Composite run steps
|
||||||
|
# https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611
|
||||||
INPUT_FILES: ${{ inputs.files }}
|
INPUT_FILES: ${{ inputs.files }}
|
||||||
INPUT_FILES_FROM_SOURCE_FILE: ${{ inputs.files_from_source_file }}
|
INPUT_FILES_FROM_SOURCE_FILE: ${{ inputs.files_from_source_file }}
|
||||||
- run: |
|
- run: |
|
||||||
|
|
Loading…
Reference in a new issue