0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-21 14:34:43 +02:00
This commit is contained in:
Christopher Homberger 2025-05-03 13:48:01 +02:00
parent dfd27c1b60
commit 1845ac7428
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -17935,7 +17935,7 @@
"operationId": "getUserWorkflowRuns",
"responses": {
"200": {
"$ref": "#/responses/ActionWorkflowRunsResponse"
"$ref": "#/responses/WorkflowRunsList"
}
}
}