mirror of
https://github.com/actions/checkout.git
synced 2024-11-13 01:47:27 +01:00
Merge 2427e94287
into 37b082107b
This commit is contained in:
commit
d94bebae5b
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,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