Skip to content

Commit d64a687

Browse files
committed
CCM-11938: try
1 parent e445978 commit d64a687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/dispatch_internal_repo_workflow.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ DISPATCH_EVENT=$(jq -ncM \
204204
(if $boundedContext != "" then { "boundedContext": $boundedContext } else {} end) +
205205
(if $targetDomain != "" then { "targetDomain": $targetDomain } else {} end) +
206206
(if $version != "" then { "version": $version } else {} end) +
207-
{ "targetEnvironment": $targetEnvironment } +
208-
{ "targetAccountGroup": $targetAccountGroup }
207+
(if $targetAccountGroup != "" then { "targetAccountGroup": $targetAccountGroup } else {} end) +
208+
{ "targetEnvironment": $targetEnvironment }
209209
)
210210
}')
211211

0 commit comments

Comments
 (0)