We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0940208 commit 4629a68Copy full SHA for 4629a68
routers/api/v1/repo/action.go
@@ -894,7 +894,7 @@ func convertToInternal(s string) actions_model.Status {
894
}
895
896
897
-// GetArtifacts Lists all artifacts for a repository.
+// GetWorkflowRuns Lists all runs for a repository run.
898
func GetWorkflowRuns(ctx *context.APIContext) {
899
// swagger:operation GET /repos/{owner}/{repo}/actions/runs repository getWorkflowRuns
900
// ---
0 commit comments