From ac593b977e96083c4929efa48bb05633afed835c Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 4 Nov 2022 16:40:47 -0600 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 190c1cc1..ba69cf4f 100644 --- a/diff-sha.sh +++ b/diff-sha.sh @@ -142,7 +142,7 @@ else while [ -z "$( git merge-base "$TARGET_BRANCH" HEAD )" ]; do git fetch --deepen="$depth" origin "$TARGET_BRANCH" HEAD; depth=$((depth * 10)) - max_depth=3000 + max_depth=5000 if [[ $depth -gt $max_depth ]]; then echo "::error::Unable to find merge-base of $TARGET_BRANCH and HEAD."