Default branch checkout option

This commit is contained in:
alexanderkranga 2024-02-19 18:20:02 +02:00
parent e72243fb91
commit 5bbdf118df
5 changed files with 48 additions and 77 deletions

View file

@ -20,14 +20,9 @@ export interface IGitSourceSettings {
ref: string
/**
* Whether to checkout the default repository branch if specified ref does not exist.
* Indicates whether to checkout the default repository branch if the requested ref does not exist
*/
defaultRefOnError: boolean
/**
* The target ref to fetch if it exists
*/
defaultBranch: string
defaultBranchCheckout: boolean
/**
* The commit to checkout