mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-21 17:12:03 +03:00
Add sparse checkout support
This commit is contained in:
parent
230611dbd0
commit
ad6eac3f6b
11 changed files with 128 additions and 0 deletions
|
@ -59,6 +59,12 @@ inputs:
|
|||
lfs:
|
||||
description: 'Whether to download Git-LFS files'
|
||||
default: false
|
||||
sparse:
|
||||
description: 'Do a sparse checkout on given patterns'
|
||||
default: null
|
||||
sparse-cone:
|
||||
description: 'Use cone pattern for sparse checkout'
|
||||
default: false
|
||||
submodules:
|
||||
description: >
|
||||
Whether to checkout submodules: `true` to checkout submodules or `recursive` to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue