From 3253948ff2f66427c571d83495f8442b9dfccd10 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 15 Feb 2023 20:03:18 -0700 Subject: [PATCH] Updated the fetch args --- diff-sha.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff-sha.sh b/diff-sha.sh index c0fc1b2a..1a23798d 100644 --- a/diff-sha.sh +++ b/diff-sha.sh @@ -12,7 +12,7 @@ IS_TAG="false" if [[ "$GITHUB_REF" == "refs/tags/"* ]]; then IS_TAG="true" - EXTRA_ARGS="--prune --recurse-submodules" + EXTRA_ARGS="--prune --no-recurse-submodules" fi if [[ -z $GITHUB_EVENT_PULL_REQUEST_BASE_REF || "$GITHUB_EVENT_HEAD_REPO_FORK" == "true" ]]; then