Added map structure type to config changes.
This commit is contained in:
parent
6ac5971288
commit
3cc83167c8
|
@ -18,7 +18,7 @@ type Config struct {
|
|||
|
||||
Repository string `mapstructure:"repository"`
|
||||
Tag string `mapstructure:"tag"`
|
||||
Changes []string
|
||||
Changes []string `mapstructure:"changes"`
|
||||
|
||||
ctx interpolate.Context
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue