Skip to content

Commit 02d7d27

Browse files
authored
Merge pull request #1798 from diggerhq/fix/blocks-workflow-file
Un-Revert "Use workflow file in blocks generation"
2 parents 0da8c9e + 41aadfd commit 02d7d27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libs/digger_config/digger_config.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ package digger_config
33
import (
44
"errors"
55
"fmt"
6-
"github.com/samber/lo"
76
"log"
87
"os"
98
"path"
109
"path/filepath"
1110
"strings"
1211

12+
"github.com/samber/lo"
13+
1314
"github.com/diggerhq/digger/libs/digger_config/terragrunt/atlantis"
1415

1516
"github.com/dominikbraun/graph"
@@ -304,6 +305,7 @@ func HandleYamlProjectGeneration(config *DiggerConfigYaml, terraformDir string,
304305
OpenTofu: b.OpenTofu,
305306
AwsRoleToAssume: b.AwsRoleToAssume,
306307
Generated: true,
308+
WorkflowFile: &b.WorkflowFile,
307309
}
308310
config.Projects = append(config.Projects, &project)
309311
}

0 commit comments

Comments
 (0)