Skip to content

Commit 91bebdd

Browse files
authored
Merge pull request #1796 from diggerhq/fix/blocks-workflow-file
Use workflow file in blocks generation
2 parents 9e58371 + 840f264 commit 91bebdd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libs/digger_config/digger_config.go

+3-1
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)