mirror of
https://github.com/actions/checkout.git
synced 2025-12-15 12:28:26 +00:00
add config option to set github host
This commit is contained in:
@@ -83,4 +83,10 @@ export interface IGitSourceSettings {
|
||||
* Indicates whether to add repositoryPath as safe.directory in git global config
|
||||
*/
|
||||
setSafeDirectory: boolean
|
||||
|
||||
/**
|
||||
* Set a host to override the automatic detection. Useful when you need to clone
|
||||
* from cloud when running an action on an on prem server
|
||||
*/
|
||||
setHost: string | undefined
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user