We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8245ad + 6b03d41 commit 19dff18Copy full SHA for 19dff18
libs/digger_config/yaml.go
@@ -32,7 +32,7 @@ type ProjectYaml struct {
32
Terragrunt bool `yaml:"terragrunt"`
33
OpenTofu bool `yaml:"opentofu"`
34
Workflow string `yaml:"workflow"`
35
- WorkflowFile *string `yaml:"workflow_file""`
+ WorkflowFile *string `yaml:"workflow_file"`
36
IncludePatterns []string `yaml:"include_patterns,omitempty"`
37
ExcludePatterns []string `yaml:"exclude_patterns,omitempty"`
38
DependencyProjects []string `yaml:"depends_on,omitempty"`
0 commit comments