mirror of
https://githubfast.com/actions/checkout.git
synced 2024-10-30 16:50:46 +00:00
Merge 2427e94287
into b32f140b0c
This commit is contained in:
commit
a1c5070836
@ -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 New Issue
Block a user