From e44537ea957a1757777838d6013e88d26d9997fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B3=8A=E6=98=8E518370910136?= Date: Thu, 17 Oct 2024 03:15:40 +0800 Subject: [PATCH] feat(cmd/joj3): issue with actor [force build] --- cmd/joj3/teapot/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/joj3/teapot/run.go b/cmd/joj3/teapot/run.go index 329c221..d6fc626 100644 --- a/cmd/joj3/teapot/run.go +++ b/cmd/joj3/teapot/run.go @@ -77,7 +77,7 @@ func Run(conf *conf.Conf) error { if !conf.Teapot.SkipIssue { err := execCommand("joint-teapot", []string{ "joj3-create-result-issue", envFilePath, conf.Stage.OutputPath, - repoName, runNumber, conf.Name, + repoName, runNumber, conf.Name, actor, }) if err != nil { issueErr = err