mirror of
https://forgejo.mixinet.net/actions/checkout.git
synced 2025-06-15 14:50:45 -06:00
Default branch checkout option
This commit is contained in:
parent
e72243fb91
commit
5bbdf118df
5 changed files with 48 additions and 77 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue