Skip to content

Commit

Permalink
Add the Debug flag to the Job model (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
brrygrdn authored May 10, 2023
1 parent f1c0641 commit 3ce9fca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/model/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ reasons.
type Job struct {
PackageManager string `json:"package-manager" yaml:"package-manager"`
AllowedUpdates []Allowed `json:"allowed-updates" yaml:"allowed-updates,omitempty"`
Debug bool `json:"debug" yaml:"debug,omitempty"`
DependencyGroups []Group `json:"dependency-groups" yaml:"dependency-groups,omitempty"`
Dependencies []string `json:"dependencies" yaml:"dependencies,omitempty"`
DependencyGroupToRefresh string `json:"dependency-group-to-refresh" yaml:"dependency-group-to-refresh,omitempty"`
Expand Down

0 comments on commit 3ce9fca

Please sign in to comment.