mirror of
http://gitea.com/actions/checkout
synced 2024-11-30 21:22:26 +08:00
Merge 2427e94287
into b80ff79f17
This commit is contained in:
commit
3405e74a81
@ -67,7 +67,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 New Issue
Block a user