mirror of
https://github.com/actions/checkout.git
synced 2024-11-14 10:27:25 +01:00
Merge 2427e94287
into 44c2b7a8a4
This commit is contained in:
commit
c086198317
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class GitAuthHelper {
|
||||||
this.insteadOfValues.push(`git@${serverUrl.hostname}:`)
|
this.insteadOfValues.push(`git@${serverUrl.hostname}:`)
|
||||||
if (this.settings.workflowOrganizationId) {
|
if (this.settings.workflowOrganizationId) {
|
||||||
this.insteadOfValues.push(
|
this.insteadOfValues.push(
|
||||||
`org-${this.settings.workflowOrganizationId}@github.com:`
|
`org-${this.settings.workflowOrganizationId}@${serverUrl.hostname}:`
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue