mirror of
https://github.com/actions/checkout.git
synced 2025-12-18 02:28:27 +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}:`)
|
this.insteadOfValues.push(`git@${serverUrl.hostname}:`)
|
||||||
if (this.settings.workflowOrganizationId) {
|
if (this.settings.workflowOrganizationId) {
|
||||||
this.insteadOfValues.push(
|
this.insteadOfValues.push(
|
||||||
`org-${this.settings.workflowOrganizationId}@github.com:`
|
`org-${this.settings.workflowOrganizationId}@${serverUrl.hostname}:`
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue