mirror of
https://github.com/actions/checkout.git
synced 2025-07-12 08:40:45 +00:00
Add ability to configure core.longpaths
This commit is contained in:
parent
afee87ec84
commit
925b9fdcfa
6 changed files with 38 additions and 0 deletions
|
@ -98,4 +98,9 @@ export interface IGitSourceSettings {
|
|||
* User override on the GitHub Server/Host URL that hosts the repository to be cloned
|
||||
*/
|
||||
githubServerUrl: string | undefined
|
||||
|
||||
/**
|
||||
* Indicates wheter to set core.longpaths in the git config
|
||||
*/
|
||||
longpaths: boolean
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue