We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ba51d commit e8d62a9Copy full SHA for e8d62a9
1 file changed
internal/apply/apply.go
@@ -149,6 +149,7 @@ func summarizeAll(dir string, projectConfig projectconfig.ZeroProjectConfig, app
149
envList := []string{
150
fmt.Sprintf("ENVIRONMENT=%s", strings.Join(applyEnvironments, ",")),
151
fmt.Sprintf("REPOSITORY=%s", mod.Files.Repository),
152
+ fmt.Sprintf("PROJECT_NAME=%s", projectConfig.Name),
153
}
154
155
modulePath := module.GetSourceDir(mod.Files.Source)
0 commit comments