1
0
mirror of https://githubfast.com/actions/checkout.git synced 2024-10-30 16:50:46 +00:00
This commit is contained in:
Takuma Ishikawa 2024-02-29 23:14:20 +05:00 committed by GitHub
commit a1c5070836
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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