diff --git a/routers/web/repo/actions/actions.go b/routers/web/repo/actions/actions.go index 205feaf35c..146bf27daf 100644 --- a/routers/web/repo/actions/actions.go +++ b/routers/web/repo/actions/actions.go @@ -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" {