From 1b73c818fea82e47299fb080d625c0578b4bec34 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 5 Nov 2022 02:59:57 -0600 Subject: [PATCH] chore: update debug message --- diff-sha.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff-sha.sh b/diff-sha.sh index 27a60f10..a167f6b5 100644 --- a/diff-sha.sh +++ b/diff-sha.sh @@ -145,7 +145,7 @@ else max_depth=5000 if [[ $depth -gt $max_depth ]]; then - echo "::error::Unable to find merge-base of $TARGET_BRANCH and HEAD." + echo "::error::Unable to find merge-base between $TARGET_BRANCH and HEAD." fi done