Skip to content

Commit

Permalink
Use server hostname for org-id-style SSH URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
nekketsuuu committed Oct 10, 2022
1 parent 8230315 commit 2427e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git-auth-helper.ts
Expand Up @@ -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}:`
)
}
}
Expand Down

0 comments on commit 2427e94

Please sign in to comment.