mirror of
https://github.com/actions/checkout.git
synced 2025-12-13 22:09:23 +00:00
Add sparse checkout support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user