mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-03-13 07:12:42 +00:00
Swagger correction.
This commit is contained in:
parent
cbcda1ad22
commit
633a9f4dd2
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ type DispatchWorkflowOption struct {
|
|||
// Input keys and values configured in the workflow file.
|
||||
Inputs map[string]string `json:"inputs"`
|
||||
// Flag to return the run info
|
||||
ReturnRunInfo bool `json:"return_run_info" default:"false"`
|
||||
// default: false
|
||||
ReturnRunInfo bool `json:"return_run_info"`
|
||||
}
|
||||
|
||||
// DispatchWorkflowRun represents a workflow run
|
||||
|
|
Loading…
Reference in a new issue