mirror of
https://code.forgejo.org/actions/checkout
synced 2025-05-20 22:23:45 +08:00
Add support for sparse checkouts
This commit is contained in:
parent
f095bcc56b
commit
9f59c817cf
12 changed files with 188 additions and 13 deletions
|
@ -29,6 +29,11 @@ export interface IGitSourceSettings {
|
|||
*/
|
||||
clean: boolean
|
||||
|
||||
/**
|
||||
* The array of folders to make the sparse checkout
|
||||
*/
|
||||
sparseCheckout: string[]
|
||||
|
||||
/**
|
||||
* The depth when fetching
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue