chore: rename to NumActionRuns

This commit is contained in:
Jason Song
2023-01-04 18:21:26 +08:00
parent 6148e4c940
commit 95167fd0a2
6 changed files with 13 additions and 13 deletions

View File

@@ -96,7 +96,7 @@ func List(ctx *context.Context) {
ctx.Error(http.StatusInternalServerError, err.Error())
return
}
ctx.Data["NumOpenRuns"] = numOpenRuns
ctx.Data["NumOpenActionRuns"] = numOpenRuns
// closed counts
opts.IsClosed = util.OptionalBoolTrue