From ff0b0957eb8d4aea471312f1d4e9f4b4aa335e33 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Wed, 16 Oct 2024 23:40:39 -0400 Subject: [PATCH] refactor(cmd/joj3): backward compatible arg order [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 3287b01..7c2a240 100644 --- a/cmd/joj3/teapot/run.go +++ b/cmd/joj3/teapot/run.go @@ -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