We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e84d2 commit 891d5d5Copy full SHA for 891d5d5
2 files changed
.github/actions/build-proxies/action.yml
@@ -118,4 +118,5 @@ runs:
118
--apimEnvironment "${{ env.APIM_ENV }}" \
119
--boundedContext "notify-supplier" \
120
--targetDomain "$TARGET_DOMAIN" \
121
- --version "${{ inputs.version }}"
+ --version "${{ inputs.version }}" \
122
+ --internalRef "feature/CCM-15594"
.github/workflows/deploy-supplier-api.yaml
@@ -214,7 +214,8 @@ jobs:
214
--targetEnvironment "${{ needs.validate.outputs.target_environment }}" \
215
--targetAccountGroup "${{ needs.validate.outputs.target_account_group }}" \
216
--targetComponent "api" \
217
- --terraformAction "apply"
+ --terraformAction "apply" \
218
219
220
deploy-proxy:
221
name: Deploy proxy
0 commit comments