1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-07-10 20:40:44 +00:00

add ssh support

This commit is contained in:
eric sciple 2020-02-15 01:43:52 -05:00
parent 80602fafba
commit d10a14ef35
10 changed files with 837 additions and 58 deletions

View file

@ -10,5 +10,8 @@ export interface IGitSourceSettings {
submodules: boolean
nestedSubmodules: boolean
authToken: string
sshKey: string
sshKnownHosts: string
sshStrict: boolean
persistCredentials: boolean
}