mirror of
https://github.com/go-gitea/gitea.git
synced 2026-07-26 09:24:52 +02:00
cleanup
This commit is contained in:
@@ -112,7 +112,7 @@ func ListWorkflowRuns(ctx *context.APIContext) {
|
||||
// - application/json
|
||||
// responses:
|
||||
// "200":
|
||||
// "$ref": "#/responses/ActionWorkflowRunsResponse"
|
||||
// "$ref": "#/responses/WorkflowRunsList"
|
||||
shared.ListRuns(ctx, ctx.Doer.ID, 0)
|
||||
}
|
||||
|
||||
|
||||
Generated
+1
-1
@@ -17935,7 +17935,7 @@
|
||||
"operationId": "getUserWorkflowRuns",
|
||||
"responses": {
|
||||
"200": {
|
||||
"$ref": "#/responses/ActionWorkflowRunsResponse"
|
||||
"$ref": "#/responses/WorkflowRunsList"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user