mirror of
https://github.com/actions/checkout.git
synced 2025-04-20 09:36:45 +00:00
add support for submodules (#173)
This commit is contained in:
parent
204620207c
commit
422dc45671
17 changed files with 915 additions and 220 deletions
|
@ -7,6 +7,8 @@ export interface IGitSourceSettings {
|
|||
clean: boolean
|
||||
fetchDepth: number
|
||||
lfs: boolean
|
||||
submodules: boolean
|
||||
nestedSubmodules: boolean
|
||||
authToken: string
|
||||
persistCredentials: boolean
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue