From 321490c60a28d2f37d2bf276ac839fb6bf69c013 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 6 Nov 2022 22:53:53 -0700 Subject: [PATCH] Update diff-sha.sh --- diff-sha.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/diff-sha.sh b/diff-sha.sh index 777b4f41..53c1760c 100644 --- a/diff-sha.sh +++ b/diff-sha.sh @@ -155,6 +155,7 @@ else if [[ $depth -gt $max_depth ]]; then echo "::error::Unable to find merge-base between $TARGET_BRANCH and HEAD." + exit 1 fi done fi