mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-17 13:47:20 +00:00
Update diff-sha.sh
This commit is contained in:
parent
8c766cffe7
commit
385d98db73
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ if [[ "$GITHUB_REF" == "refs/tags/"* ]]; then
|
||||||
EXTRA_ARGS=""
|
EXTRA_ARGS=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$GITHUB_HEAD_REPO_FORK" == "true" ]]; then
|
if [[ "$GITHUB_EVENT_HEAD_REPO_FORK" == "true" ]]; then
|
||||||
MERGE_BASE_EXRTRA_ARGS="--fork-point"
|
MERGE_BASE_EXRTRA_ARGS="--fork-point"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue