mirror of
https://gitea.com/actions/checkout.git
synced 2025-08-17 17:26:04 +08:00
add support for submodules (#173)
This commit is contained in:
@@ -7,6 +7,8 @@ export interface IGitSourceSettings {
|
||||
clean: boolean
|
||||
fetchDepth: number
|
||||
lfs: boolean
|
||||
submodules: boolean
|
||||
nestedSubmodules: boolean
|
||||
authToken: string
|
||||
persistCredentials: boolean
|
||||
}
|
||||
|
Reference in New Issue
Block a user