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:
parent
0e4863b3a2
commit
3253948ff2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue