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 1ccf2c6 commit 1bbbe77Copy full SHA for 1bbbe77
.github/scripts/dispatch_internal_repo_workflow.sh
@@ -133,7 +133,8 @@ DISPATCH_EVENT=$(jq -ncM \
133
"releaseVersion": $releaseVersion,
134
"targetEnvironment": $targetEnvironment,
135
"targetAccountGroup": $targetAccountGroup,
136
- "targetComponent": $targetComponent
+ "targetComponent": $targetComponent,
137
+ "overrides": $overrides,
138
} +
139
(if ($targetWorkflow | test("dispatch-(acceptance|contextual|product|security)-tests-.*\\.yaml"))
140
then { "callerRunId": $callerRunId } else {} end)
0 commit comments