File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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 }} \
Original file line number Diff line number Diff line change @@ -200,6 +200,8 @@ DISPATCH_EVENT=$(jq -ncM \
200200
201201echo " [INFO] Triggering workflow '$targetWorkflow ' in nhs-notify-internal..."
202202
203+ echo " [DEBUG] Dispatch event payload: $DISPATCH_EVENT "
204+
203205curl -v -L \
204206 --fail \
205207 -X POST \
You can’t perform that action at this time.
0 commit comments