mirror of
https://forgejo.mixinet.net/actions/checkout.git
synced 2025-06-15 14:50:45 -06:00
add our feature
This commit is contained in:
parent
b4ffde65f4
commit
e72243fb91
7 changed files with 101 additions and 8 deletions
|
@ -19,6 +19,16 @@ export interface IGitSourceSettings {
|
|||
*/
|
||||
ref: string
|
||||
|
||||
/**
|
||||
* Whether to checkout the default repository branch if specified ref does not exist.
|
||||
*/
|
||||
defaultRefOnError: boolean
|
||||
|
||||
/**
|
||||
* The target ref to fetch if it exists
|
||||
*/
|
||||
defaultBranch: string
|
||||
|
||||
/**
|
||||
* The commit to checkout
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue