feat(cmd/joj3): issue with actor [force build]
This commit is contained in:
parent
1e83ba4b87
commit
e44537ea95
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user