mirror of
https://github.com/actions/checkout.git
synced 2025-06-07 17:48:45 +08:00
Compare commits
2 Commits
4daae9335c
...
3405e74a81
Author | SHA1 | Date | |
---|---|---|---|
|
3405e74a81 | ||
|
2427e94287 |
@ -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}:`
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user