mirror of
https://github.com/actions/checkout.git
synced 2026-05-26 23:27:59 +00:00
Merge 2427e94287 into 900f2210b1
This commit is contained in:
commit
87f0c5de47
|
|
@ -68,7 +68,7 @@ class GitAuthHelper {
|
|||
this.insteadOfValues.push(`git@${serverUrl.hostname}:`)
|
||||
if (this.settings.workflowOrganizationId) {
|
||||
this.insteadOfValues.push(
|
||||
`org-${this.settings.workflowOrganizationId}@github.com:`
|
||||
`org-${this.settings.workflowOrganizationId}@${serverUrl.hostname}:`
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue