Merge 1521eda0980670fc4dbeb08b12623d46b388d725 into 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0

This commit is contained in:
herrernst 2026-06-19 15:12:43 +09:00 committed by GitHub
commit 1b8084f24f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,6 +66,7 @@ class GitAuthHelper {
// Instead of SSH URL
this.insteadOfKey = `url.${serverUrl.origin}/.insteadOf` // "origin" is SCHEME://HOSTNAME[:PORT]
this.insteadOfValues.push(`git@${serverUrl.hostname}:`)
this.insteadOfValues.push(`ssh://git@${serverUrl.hostname}/`)
if (this.settings.workflowOrganizationId) {
this.insteadOfValues.push(
`org-${this.settings.workflowOrganizationId}@github.com:`