Skip to content

Commit

Permalink
Adding missing Key and Identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jortega0 committed Sep 11, 2024
1 parent 62d495a commit 3811d23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ type Step struct {
Group string `yaml:"group,omitempty"`
Trigger string `yaml:"trigger,omitempty"`
Label string `yaml:"label,omitempty"`
Key string `yaml:"key,omitempty"`
Identifier string `yaml:"identifier,omitempty"`
Build Build `yaml:"build,omitempty"`
Command interface{} `yaml:"command,omitempty"`
Commands interface{} `yaml:"commands,omitempty"`
Expand Down

0 comments on commit 3811d23

Please sign in to comment.