Adding fetch tags even when fetch depth is greater than 0

This commit is contained in:
Dhruvil Thakkar 2023-04-25 09:10:53 +01:00
parent f095bcc56b
commit a1ab6b9f77
9 changed files with 1328 additions and 1305 deletions

View file

@ -77,7 +77,11 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
# Number of commits to fetch. 0 indicates all history for all branches and tags.
# 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: ''