From 4629a68229833fa469fb44344fb472eeaeea4f83 Mon Sep 17 00:00:00 2001 From: Christopher Homberger Date: Fri, 21 Mar 2025 22:06:54 +0100 Subject: [PATCH] fix comment --- routers/api/v1/repo/action.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/api/v1/repo/action.go b/routers/api/v1/repo/action.go index b8ccdb0a31..7af852c4f9 100644 --- a/routers/api/v1/repo/action.go +++ b/routers/api/v1/repo/action.go @@ -894,7 +894,7 @@ func convertToInternal(s string) actions_model.Status { } } -// GetArtifacts Lists all artifacts for a repository. +// GetWorkflowRuns Lists all runs for a repository run. func GetWorkflowRuns(ctx *context.APIContext) { // swagger:operation GET /repos/{owner}/{repo}/actions/runs repository getWorkflowRuns // ---