mirror of
https://gitea.com/actions/checkout.git
synced 2025-04-08 00:09:40 +00: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