Skip to content

Commit

Permalink
Fixed missing env variables (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jun 18, 2021
1 parent 58d2c2f commit d5520e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Expand Up @@ -58,6 +58,9 @@ runs:
id: changed-files
shell: bash
env:
GITHUB_SHA: ${{ github.sha }}
GITHUB_BASE_REF: ${{ github.base_ref }}
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 }}
Expand Down

0 comments on commit d5520e1

Please sign in to comment.