Skip to content

Commit

Permalink
Fix bug with input token
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jun 18, 2021
1 parent 73f135c commit d290bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit d290bdd

Please sign in to comment.