Skip to content

Commit 891d5d5

Browse files
committed
CCM-15594: Add override to internal branch
1 parent b0e84d2 commit 891d5d5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/actions/build-proxies/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,5 @@ runs:
118118
--apimEnvironment "${{ env.APIM_ENV }}" \
119119
--boundedContext "notify-supplier" \
120120
--targetDomain "$TARGET_DOMAIN" \
121-
--version "${{ inputs.version }}"
121+
--version "${{ inputs.version }}" \
122+
--internalRef "feature/CCM-15594"

.github/workflows/deploy-supplier-api.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ jobs:
214214
--targetEnvironment "${{ needs.validate.outputs.target_environment }}" \
215215
--targetAccountGroup "${{ needs.validate.outputs.target_account_group }}" \
216216
--targetComponent "api" \
217-
--terraformAction "apply"
217+
--terraformAction "apply" \
218+
--internalRef "feature/CCM-15594"
218219
219220
deploy-proxy:
220221
name: Deploy proxy

0 commit comments

Comments
 (0)