1
0
Fork 0
nekketsuuu 2022-10-10 21:09:34 +09:00
parent 8230315d06
commit 2427e94287
1 changed files with 1 additions and 1 deletions

View File

@ -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}:`
)
}
}