mirror of
https://github.com/actions/checkout.git
synced 2025-06-05 07:32:37 +08:00
Compare commits
2 Commits
fd4b177a04
...
96498f7ec0
Author | SHA1 | Date | |
---|---|---|---|
|
96498f7ec0 | ||
|
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