Skip to content

Commit c641673

Browse files
committed
Fixed environment scoping of actions
1 parent c43537d commit c641673

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

cmd/internal/converters/deployment_process_converter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func (c DeploymentProcessConverter) toHcl(resource octopus.DeploymentProcess, re
114114
WorkerPoolId: dependencies.GetResource("WorkerPools", a.WorkerPoolId),
115115
Container: c.convertContainer(a.Container, dependencies),
116116
WorkerPoolVariable: a.WorkerPoolVariable,
117-
Environments: a.Environments,
117+
Environments: dependencies.GetResources("Environments", a.Environments...),
118118
ExcludedEnvironments: a.ExcludedEnvironments,
119119
Channels: a.Channels,
120120
TenantTags: a.TenantTags,

wasm/convert_project.wasm

2.06 KB
Binary file not shown.

0 commit comments

Comments
 (0)