We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116bfd2 commit f33d0b1Copy full SHA for f33d0b1
.github/workflows/dispatch_internal_repo_workflow.yaml
@@ -74,13 +74,12 @@ jobs:
74
"ref": "${{ inputs.internalRef }}",
75
"inputs": (
76
(if $infraRepoName != "" then { "infraRepoName": $infraRepoName } else {} end) +
77
- (if $terraformAction != "" then { "terraformAction": $terraformAction } else {} end) +
+ (if $terraformAction != "" then { "terraformAction": $terraformAction, "skipPlan": $skipPlan } else {} end) +
78
{
79
"releaseVersion": $releaseVersion,
80
"targetEnvironment": $targetEnvironment,
81
"targetAccountGroup": $targetAccountGroup,
82
- "targetComponent": $targetComponent,
83
- "skipPlan": $skipPlan
+ "targetComponent": $targetComponent
84
}
85
)
86
}')
0 commit comments