mirror of
https://github.com/actions/checkout.git
synced 2025-06-25 21:41:10 +02: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