mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-07-18 15:00:36 +02:00
updates
This commit is contained in:
parent
50ecf51910
commit
819730283a
2 changed files with 15 additions and 13 deletions
|
@ -110,8 +110,12 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
|
|||
sparse-checkout-cone-mode: ''
|
||||
|
||||
# Number of commits to fetch. 0 indicates all history for all branches and tags.
|
||||
# Default: 1
|
||||
fetch-depth: ''
|
||||
|
||||
# Date like `2days` or `1970-01-01`. Fetch a history after the specified time.
|
||||
shallow-since: ''
|
||||
|
||||
# Whether to fetch tags, even if fetch-depth > 0.
|
||||
# Default: false
|
||||
fetch-tags: ''
|
||||
|
@ -120,9 +124,6 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
|
|||
# Default: true
|
||||
show-progress: ''
|
||||
|
||||
# Date like `2days` or `1970-01-01`. Fetch a history after the specified time.
|
||||
shallow-since: ''
|
||||
|
||||
# Whether to download Git-LFS files
|
||||
# Default: false
|
||||
lfs: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue