mirror of
https://github.com/actions/checkout.git
synced 2025-04-07 14:20:13 +08:00
Merge 2427e94287679fbc358439f87a6abd8c67a511de into 85e6279cec87321a52edac9c87bce653a07cf6c2
This commit is contained in:
commit
fd4b177a04
@ -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…
x
Reference in New Issue
Block a user