refactor(cmd/joj3): backward compatible arg order [force build]
This commit is contained in:
parent
fcc1f1856f
commit
ff0b0957eb
|
@ -76,7 +76,7 @@ func Run(conf *conf.Conf) error {
|
|||
if !conf.Teapot.SkipIssue {
|
||||
err := execCommand("joint-teapot", []string{
|
||||
"joj3-create-result-issue", envFilePath, conf.Stage.OutputPath,
|
||||
actor, repoName, runNumber, conf.Name, sha,
|
||||
repoName, runNumber, conf.Name, actor, sha,
|
||||
})
|
||||
if err != nil {
|
||||
issueErr = err
|
||||
|
|
Loading…
Reference in New Issue
Block a user