0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-21 05:54:38 +02:00

fix comment

This commit is contained in:
Christopher Homberger 2025-03-21 22:06:54 +01:00
parent 0940208a00
commit 4629a68229

View File

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