mirror of
https://github.com/actions/checkout.git
synced 2025-04-27 11:39:21 +03:00
Merge 2427e94287
into 85e6279cec
This commit is contained in:
commit
fd4b177a04
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…
Add table
Add a link
Reference in a new issue