mirror of
https://github.com/actions/checkout.git
synced 2025-06-08 09:11:33 +00:00
Adding fetch tags even when fetch depth is greater than 0
This commit is contained in:
parent
f095bcc56b
commit
a1ab6b9f77
9 changed files with 1328 additions and 1305 deletions
|
@ -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: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue