mirror of
https://github.com/actions/checkout.git
synced 2026-01-21 08:08:54 +08:00
.
This commit is contained in:
parent
317b5f36ae
commit
9a43814785
8 changed files with 24 additions and 19 deletions
|
|
@ -49,7 +49,7 @@ class GitAuthHelper {
|
|||
gitSourceSettings: IGitSourceSettings | undefined
|
||||
) {
|
||||
this.git = gitCommandManager
|
||||
this.settings = gitSourceSettings || (({} as unknown) as IGitSourceSettings)
|
||||
this.settings = gitSourceSettings || ({} as unknown as IGitSourceSettings)
|
||||
|
||||
// Token auth header
|
||||
const serverUrl = urlHelper.getServerUrl(this.settings.githubServerUrl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue