mirror of
https://github.com/actions/checkout.git
synced 2025-12-18 11:21:36 +08:00
add the ability to disable core.autocrlf
This commit is contained in:
@@ -73,4 +73,9 @@ export interface IGitSourceSettings {
|
||||
* Indicates whether to persist the credentials on disk to enable scripting authenticated git commands
|
||||
*/
|
||||
persistCredentials: boolean
|
||||
|
||||
/**
|
||||
* Indicates whether to enable autocrlf or not when checking out a repository
|
||||
*/
|
||||
autocrlf: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user