mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-17 19:17:45 +00:00
Fixed missing env variables (#108)
This commit is contained in:
parent
58d2c2ff31
commit
d5520e1e13
1 changed files with 3 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue