1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-28 03:28:13 +00:00

chore(runner): support fetch detail stage data

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi.Wu
2022-09-04 15:18:32 +08:00
committed by Jason Song
parent db02603882
commit fb738c4192
7 changed files with 125 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ func notify(repo *repo_model.Repository, doer *user_model.User, payload, ref str
}
build := bots_model.Build{
Title: commit.Message(),
Name: commit.Message(),
RepoID: repo.ID,
TriggerUserID: doer.ID,
Event: evt,