refactor(cmd/joj3): backward compatible arg order [force build]
All checks were successful
build / build (push) Successful in 1m2s
build / trigger-build-image (push) Successful in 7s

This commit is contained in:
张泊明518370910136 2024-10-16 23:40:39 -04:00
parent fcc1f1856f
commit ff0b0957eb
GPG Key ID: D47306D7062CDA9D

View File

@ -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