mirror of
https://github.com/actions/checkout.git
synced 2025-12-13 22:09:23 +00:00
Adding fetch tags even when fetch depth is greater than 0
This commit is contained in:
@@ -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: ''
|
||||
|
||||
Reference in New Issue
Block a user