mirror of
https://github.com/actions/checkout.git
synced 2025-04-04 23:40:06 +02:00
.
This commit is contained in:
parent
1541781d80
commit
c98200392d
1 changed files with 3 additions and 3 deletions
|
@ -33,11 +33,11 @@ export function createAuthHelper(
|
||||||
class GitAuthHelper {
|
class GitAuthHelper {
|
||||||
private readonly git: IGitCommandManager
|
private readonly git: IGitCommandManager
|
||||||
private readonly settings: IGitSourceSettings
|
private readonly settings: IGitSourceSettings
|
||||||
private readonly tokenConfigKey: string // = `http.https://${HOSTNAME}/.extraheader`
|
private readonly tokenConfigKey: string
|
||||||
private readonly tokenConfigValue: string
|
private readonly tokenConfigValue: string
|
||||||
private readonly tokenPlaceholderConfigValue: string
|
private readonly tokenPlaceholderConfigValue: string
|
||||||
private readonly insteadOfKey: string // = `url.https://${HOSTNAME}/.insteadOf`
|
private readonly insteadOfKey: string
|
||||||
private readonly insteadOfValue: string //= `git@${HOSTNAME}:`
|
private readonly insteadOfValue: string
|
||||||
private sshCommand = ''
|
private sshCommand = ''
|
||||||
private sshKeyPath = ''
|
private sshKeyPath = ''
|
||||||
private sshKnownHostsPath = ''
|
private sshKnownHostsPath = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue