1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-25 19:58:36 +00:00

fix: NumClosedActionRuns

This commit is contained in:
Jason Song
2023-01-06 09:57:36 +08:00
parent a4df058d75
commit d7aa501ba1

View File

@@ -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" {