mirror of
https://code.forgejo.org/actions/checkout.git
synced 2026-08-28 04:54:59 -04:00
add support for submodules (#173)
This commit is contained in:
parent
204620207c
commit
422dc45671
17 changed files with 914 additions and 219 deletions
|
|
@ -7,6 +7,8 @@ export interface IGitSourceSettings {
|
|||
clean: boolean
|
||||
fetchDepth: number
|
||||
lfs: boolean
|
||||
submodules: boolean
|
||||
nestedSubmodules: boolean
|
||||
authToken: string
|
||||
persistCredentials: boolean
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue