mirror of
https://github.com/actions/checkout.git
synced 2025-07-07 20:22:54 +00:00
Format files
This commit is contained in:
parent
636bc90fe0
commit
abdf74a01c
9 changed files with 27 additions and 22 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