Skip to content

Commit

Permalink
Merge pull request #209 from novas0x2a/non-string-params
Browse files Browse the repository at this point in the history
Handle non-string parameters like booleanParam
  • Loading branch information
figo authored Jan 9, 2024
2 parents 45fe314 + ce4f598 commit c316119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type Build struct {

type parameter struct {
Name string
Value string
Value interface{}
}

type branch struct {
Expand Down

0 comments on commit c316119

Please sign in to comment.