mirror of
https://github.com/actions/checkout.git
synced 2025-04-21 01:56:45 +00:00
add ssh support (#163)
This commit is contained in:
parent
80602fafba
commit
b2e6b7ed13
10 changed files with 837 additions and 58 deletions
|
@ -10,5 +10,8 @@ export interface IGitSourceSettings {
|
|||
submodules: boolean
|
||||
nestedSubmodules: boolean
|
||||
authToken: string
|
||||
sshKey: string
|
||||
sshKnownHosts: string
|
||||
sshStrict: boolean
|
||||
persistCredentials: boolean
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue