mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-03-13 23:32:41 +00:00
Removed redundant swagger API comment.
This commit is contained in:
parent
e2db73570b
commit
686fa9e27a
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ type DispatchWorkflowOption struct {
|
|||
// Input keys and values configured in the workflow file.
|
||||
Inputs map[string]string `json:"inputs"`
|
||||
// Flag to return the run info
|
||||
// default: false
|
||||
ReturnRunInfo bool `json:"return_run_info" default:"false"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue