mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-17 09:17:46 +00:00
Fix bug with input token
This commit is contained in:
parent
73f135c7fa
commit
d290bdd91e
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ runs:
|
|||
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||
# 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_TOKEN: ${{ inputs.github_token }}
|
||||
INPUT_TOKEN: ${{ inputs.token }}
|
||||
INPUT_FILES: ${{ inputs.files }}
|
||||
INPUT_SEPARATOR: ${{ inputs.separator }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue