mirror of
https://github.com/actions/checkout.git
synced 2025-12-14 17:01:15 +00:00
Compare commits
2 commits
dc2436531d
...
97e15ce3fc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
97e15ce3fc | ||
|
|
2427e94287 |
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,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}:`
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue