Update diff-sha.sh

This commit is contained in:
Tonye Jack
2022-11-15 11:11:36 -07:00
committed by GitHub
parent 4203489288
commit e447432ead

View File

@@ -218,7 +218,7 @@ else
git fetch $EXTRA_ARGS --deepen="$depth" origin "$TARGET_BRANCH" "$CURRENT_SHA";
if [[ $depth -gt $max_depth ]]; then
echo "::error::Unable to locate a common ancestor between $TARGET_BRANCH and "$CURRENT_SHA""
echo "::error::Unable to locate a common ancestor between $TARGET_BRANCH and $CURRENT_SHA"
exit 1
fi