1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-13 07:12:42 +00:00

Swagger correction.

This commit is contained in:
markturney 2025-03-12 14:53:34 +00:00
parent cbcda1ad22
commit 633a9f4dd2

View file

@ -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