Skip to content

Commit

Permalink
Updated the fetch args
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Feb 16, 2023
1 parent 0e4863b commit 3253948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diff-sha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3253948

Please sign in to comment.