Add option to fetch tags even if fetch-depth > 0

This commit is contained in:
Robert Wieczoreck 2021-09-07 22:49:58 +02:00 committed by Robert Wieczoreck
parent 96f53100ba
commit b896fd2f38
9 changed files with 38 additions and 8 deletions

View file

@ -87,6 +87,10 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
# Default: 1
fetch-depth: ''
# Whether to fetch tags, even if fetch-depth > 0.
# Default: false
fetch-tags: ''
# Whether to download Git-LFS files
# Default: false
lfs: ''