Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/master' into #33-build-s…
Browse files Browse the repository at this point in the history
…ystem
  • Loading branch information
AkshayGadikar committed Mar 4, 2019
2 parents 15be89f + b30cab9 commit 716e50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (f *Factory) New(config *action.Config) (action.Action, error) {
act.id = config.Ref
}

if len(config.Data) > 0 {
if len(config.Data) > 0 && string(config.Data) != "null" {
err := json.Unmarshal(config.Data, &config.Settings)
if err != nil {
return nil, err
Expand Down

0 comments on commit 716e50c

Please sign in to comment.