3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-01-29 13:34:51 +00:00

Updated the fetch args

This commit is contained in:
Tonye Jack 2023-02-15 20:03:18 -07:00
parent 0e4863b3a2
commit 3253948ff2

View file

@ -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