Fix bug with input token

This commit is contained in:
Tonye Jack
2021-06-18 19:15:18 -04:00
committed by GitHub
parent 73f135c7fa
commit d290bdd91e

View File

@@ -63,7 +63,7 @@ runs:
GITHUB_REPOSITORY: ${{ github.repository }} GITHUB_REPOSITORY: ${{ github.repository }}
# INPUT_<VARIABLE_NAME> is not available in Composite run steps # 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 # 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_FILES: ${{ inputs.files }}
INPUT_SEPARATOR: ${{ inputs.separator }} INPUT_SEPARATOR: ${{ inputs.separator }}