mirror of
https://github.com/tj-actions/changed-files
synced 2025-02-06 09:41:22 +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
|
id: changed-files
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
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
|
# 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.github_token }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue