mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-21 14:34:43 +02:00
cleanup
This commit is contained in:
parent
dfd27c1b60
commit
1845ac7428
@ -112,7 +112,7 @@ func ListWorkflowRuns(ctx *context.APIContext) {
|
|||||||
// - application/json
|
// - application/json
|
||||||
// responses:
|
// responses:
|
||||||
// "200":
|
// "200":
|
||||||
// "$ref": "#/responses/ActionWorkflowRunsResponse"
|
// "$ref": "#/responses/WorkflowRunsList"
|
||||||
shared.ListRuns(ctx, ctx.Doer.ID, 0)
|
shared.ListRuns(ctx, ctx.Doer.ID, 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
templates/swagger/v1_json.tmpl
generated
2
templates/swagger/v1_json.tmpl
generated
@ -17935,7 +17935,7 @@
|
|||||||
"operationId": "getUserWorkflowRuns",
|
"operationId": "getUserWorkflowRuns",
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"$ref": "#/responses/ActionWorkflowRunsResponse"
|
"$ref": "#/responses/WorkflowRunsList"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user