We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e445978 commit d64a687Copy full SHA for d64a687
.github/scripts/dispatch_internal_repo_workflow.sh
@@ -204,8 +204,8 @@ DISPATCH_EVENT=$(jq -ncM \
204
(if $boundedContext != "" then { "boundedContext": $boundedContext } else {} end) +
205
(if $targetDomain != "" then { "targetDomain": $targetDomain } else {} end) +
206
(if $version != "" then { "version": $version } else {} end) +
207
- { "targetEnvironment": $targetEnvironment } +
208
- { "targetAccountGroup": $targetAccountGroup }
+ (if $targetAccountGroup != "" then { "targetAccountGroup": $targetAccountGroup } else {} end) +
+ { "targetEnvironment": $targetEnvironment }
209
)
210
}')
211
0 commit comments