From e447432ead1b4c85f8de0024e8b66996270c95a2 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 15 Nov 2022 11:11:36 -0700 Subject: [PATCH] Update diff-sha.sh --- diff-sha.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff-sha.sh b/diff-sha.sh index fb60c281..3cdd64ef 100644 --- a/diff-sha.sh +++ b/diff-sha.sh @@ -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