mirror of
https://gitee.com/actions-mirror/checkout.git
synced 2026-08-30 15:32:28 +08:00
add ssh support (#163)
This commit is contained in:
@@ -10,5 +10,8 @@ export interface IGitSourceSettings {
|
||||
submodules: boolean
|
||||
nestedSubmodules: boolean
|
||||
authToken: string
|
||||
sshKey: string
|
||||
sshKnownHosts: string
|
||||
sshStrict: boolean
|
||||
persistCredentials: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user