mirror of
https://github.com/go-gitea/gitea
synced 2025-07-25 19:58:36 +00:00
fix: NumClosedActionRuns
This commit is contained in:
@@ -105,7 +105,7 @@ func List(ctx *context.Context) {
|
||||
ctx.Error(http.StatusInternalServerError, err.Error())
|
||||
return
|
||||
}
|
||||
ctx.Data["NumClosedRuns"] = numClosedRuns
|
||||
ctx.Data["NumClosedActionRuns"] = numClosedRuns
|
||||
|
||||
opts.IsClosed = util.OptionalBoolNone
|
||||
if ctx.FormString("state") == "closed" {
|
||||
|
Reference in New Issue
Block a user