Update diff-sha.sh

This commit is contained in:
Tonye Jack 2022-12-08 12:34:38 -07:00 committed by GitHub
parent 8c766cffe7
commit 385d98db73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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