Merge 1521eda0980670fc4dbeb08b12623d46b388d725 into 0c366fd6a839edf440554fa01a7085ccba70ac98

This commit is contained in:
herrernst 2026-01-30 14:49:04 +01:00 committed by GitHub
commit 263d496d16
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:`