Add set-safe-directory input to allow customers to take control. (#770) (#776)

* Add set-safe-directory input to allow customers to take control.
This commit is contained in:
Tingluo Huang
2022-04-21 10:12:11 -04:00
committed by GitHub
parent f25a3a9f25
commit f67ee5d622
11 changed files with 144 additions and 32 deletions

View File

@@ -78,4 +78,9 @@ export interface IGitSourceSettings {
* Organization ID for the currently running workflow (used for auth settings)
*/
workflowOrganizationId: number | undefined
/**
* Indicates whether to add repositoryPath as safe.directory in git global config
*/
setSafeDirectory: boolean
}