feat(cmd/joj3): issue with actor [force build]
All checks were successful
build / build (push) Successful in 1m4s
build / trigger-build-image (push) Successful in 7s

This commit is contained in:
张泊明518370910136 2024-10-17 03:15:40 +08:00
parent 1e83ba4b87
commit e44537ea95

View File

@ -77,7 +77,7 @@ func Run(conf *conf.Conf) error {
if !conf.Teapot.SkipIssue { if !conf.Teapot.SkipIssue {
err := execCommand("joint-teapot", []string{ err := execCommand("joint-teapot", []string{
"joj3-create-result-issue", envFilePath, conf.Stage.OutputPath, "joj3-create-result-issue", envFilePath, conf.Stage.OutputPath,
repoName, runNumber, conf.Name, repoName, runNumber, conf.Name, actor,
}) })
if err != nil { if err != nil {
issueErr = err issueErr = err