fix: update run status

This commit is contained in:
Jason Song
2022-10-21 16:15:59 +08:00
parent 3d4d44dadf
commit d6e100f6be
3 changed files with 15 additions and 1 deletions

View File

@ -25,6 +25,7 @@ import (
"code.gitea.io/gitea/modules/repository"
"code.gitea.io/gitea/modules/setting"
api "code.gitea.io/gitea/modules/structs"
"code.gitea.io/gitea/modules/timeutil"
"github.com/nektos/act/pkg/jobparser"
)
@ -94,6 +95,7 @@ func notify(repo *repo_model.Repository, doer *user_model.User, payload, ref str
Event: evt,
EventPayload: payload,
Status: bots_model.StatusWaiting,
Started: timeutil.TimeStampNow(),
}
if len(run.Title) > 255 {
run.Title = run.Title[:255]