Skip to content

Commit a3ee7e8

Browse files
committed
CCM-11938: try
1 parent d49f52e commit a3ee7e8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ runs:
105105
.github/scripts/dispatch_internal_repo_workflow.sh \
106106
--infraRepoName "$(echo ${{ github.repository }} | cut -d'/' -f2)" \
107107
--internalRef "feature/CCM-11938_workflow" \
108-
--targetWorkflow "dispatch-deploy-notify-account-provisioning.yaml" \
108+
--targetWorkflow "proxy-deploy.yaml" \
109109
--targetEnvironment "${{ inputs.environment }}" \
110110
--runId "${{ inputs.runId }}" \
111111
--buildSandbox ${{ inputs.buildSandbox }} \

.github/scripts/dispatch_internal_repo_workflow.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ DISPATCH_EVENT=$(jq -ncM \
200200

201201
echo "[INFO] Triggering workflow '$targetWorkflow' in nhs-notify-internal..."
202202

203+
echo "[DEBUG] Dispatch event payload: $DISPATCH_EVENT"
204+
203205
curl -v -L \
204206
--fail \
205207
-X POST \

0 commit comments

Comments
 (0)