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 // ---