Skip to content

Commit

Permalink
Match yaml key name to config
Browse files Browse the repository at this point in the history
  • Loading branch information
Oded-B committed Apr 8, 2024
1 parent 2e2a2b2 commit 1b35c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/configuration/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type PromotionPr struct {

type PromotionPath struct {
Conditions Condition `yaml:"conditions"`
ComponentPathExtraDepth int `yaml:"componentPathDepth"`
ComponentPathExtraDepth int `yaml:"componentPathExtraDepth"`
SourcePath string `yaml:"sourcePath"`
PromotionPrs []PromotionPr `yaml:"promotionPrs"`
}
Expand Down

0 comments on commit 1b35c2c

Please sign in to comment.