mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-21 09:10:16 +03:00
Add sparse checkout support
This commit is contained in:
parent
230611dbd0
commit
ad6eac3f6b
11 changed files with 128 additions and 0 deletions
|
@ -97,6 +97,14 @@ Refer [here](https://github.com/actions/checkout/blob/v1/README.md) for previous
|
|||
# Default: false
|
||||
lfs: ''
|
||||
|
||||
# Do a sparse checkout on given patterns
|
||||
# Default: null
|
||||
sparse: ''
|
||||
|
||||
# Use cone pattern for sparse checkout
|
||||
# Default: false
|
||||
sparse-cone: ''
|
||||
|
||||
# Whether to checkout submodules: `true` to checkout submodules or `recursive` to
|
||||
# recursively checkout submodules.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue