Skip to content

Commit e8d62a9

Browse files
authored
ZERO138 exporting project name for apply summary (#199)
* ZERO138 exporting project name for apply summary * ZERo138 changing name of env var for consistency
1 parent a6ba51d commit e8d62a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/apply/apply.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ func summarizeAll(dir string, projectConfig projectconfig.ZeroProjectConfig, app
149149
envList := []string{
150150
fmt.Sprintf("ENVIRONMENT=%s", strings.Join(applyEnvironments, ",")),
151151
fmt.Sprintf("REPOSITORY=%s", mod.Files.Repository),
152+
fmt.Sprintf("PROJECT_NAME=%s", projectConfig.Name),
152153
}
153154

154155
modulePath := module.GetSourceDir(mod.Files.Source)

0 commit comments

Comments
 (0)