Merge remote-tracking branch 'actions/main'

This commit is contained in:
Frits Talbot
2022-12-31 11:55:15 +01:00
34 changed files with 22475 additions and 4493 deletions

View File

@@ -83,4 +83,14 @@ 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
/**
* User override on the GitHub Server/Host URL that hosts the repository to be cloned
*/
githubServerUrl: string | undefined
}