Skip to content

Commit 19dff18

Browse files
authored
Merge pull request #1754 from minamijoyo/fix-syntax-error-in-workflow-file-yaml-tag
Fix syntax error in workflow_file yaml tag
2 parents f8245ad + 6b03d41 commit 19dff18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/digger_config/yaml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type ProjectYaml struct {
3232
Terragrunt bool `yaml:"terragrunt"`
3333
OpenTofu bool `yaml:"opentofu"`
3434
Workflow string `yaml:"workflow"`
35-
WorkflowFile *string `yaml:"workflow_file""`
35+
WorkflowFile *string `yaml:"workflow_file"`
3636
IncludePatterns []string `yaml:"include_patterns,omitempty"`
3737
ExcludePatterns []string `yaml:"exclude_patterns,omitempty"`
3838
DependencyProjects []string `yaml:"depends_on,omitempty"`

0 commit comments

Comments
 (0)