Skip to content

Commit 1845ac7

Browse files
committed
cleanup
1 parent dfd27c1 commit 1845ac7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

routers/api/v1/user/runners.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func ListWorkflowRuns(ctx *context.APIContext) {
112112
// - application/json
113113
// responses:
114114
// "200":
115-
// "$ref": "#/responses/ActionWorkflowRunsResponse"
115+
// "$ref": "#/responses/WorkflowRunsList"
116116
shared.ListRuns(ctx, ctx.Doer.ID, 0)
117117
}
118118

templates/swagger/v1_json.tmpl

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)