Skip to content

Commit

Permalink
fix: ignore CLI args in GitHub Actions mode
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Oct 7, 2024
1 parent 99dbd19 commit 238e542
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ func AddGitHubArgs(args []string, flags *pflag.FlagSet) ([]string, error) {
return args, nil
}

args = make([]string, 0)

flags.Visit(func(flag *pflag.Flag) {
args = ghinput(args, flag)
})
Expand Down
3 changes: 3 additions & 0 deletions releases/v0.1.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
🎉 k6dist `v0.1.4` is here!

Internal maintenance release.

0 comments on commit 238e542

Please sign in to comment.