Skip to content

Commit 4629a68

Browse files
committed
fix comment
1 parent 0940208 commit 4629a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/api/v1/repo/action.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ func convertToInternal(s string) actions_model.Status {
894894
}
895895
}
896896

897-
// GetArtifacts Lists all artifacts for a repository.
897+
// GetWorkflowRuns Lists all runs for a repository run.
898898
func GetWorkflowRuns(ctx *context.APIContext) {
899899
// swagger:operation GET /repos/{owner}/{repo}/actions/runs repository getWorkflowRuns
900900
// ---

0 commit comments

Comments
 (0)