This commit is contained in:
Lunny Xiao
2022-11-25 17:48:45 +08:00
committed by Jason Song
parent 482832da76
commit f75a4abc5d
6 changed files with 26 additions and 17 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ func BuildViewPost(ctx *context.Context) {
}
resp := &BuildViewResponse{}
resp.StateData.BuildInfo.Title = run.Name
resp.StateData.BuildInfo.Title = run.Title
respJobs := make([]*BuildViewJob, len(jobs))
for i, v := range jobs {