mirror of
https://github.com/actions/checkout.git
synced 2025-12-14 06:19:24 +00:00
Add support for sparse checkouts
This commit is contained in:
committed by
Johannes Schindelin
parent
f095bcc56b
commit
9f59c817cf
@@ -29,6 +29,11 @@ export interface IGitSourceSettings {
|
||||
*/
|
||||
clean: boolean
|
||||
|
||||
/**
|
||||
* The array of folders to make the sparse checkout
|
||||
*/
|
||||
sparseCheckout: string[]
|
||||
|
||||
/**
|
||||
* The depth when fetching
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user