We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382f054 commit 3d14d93Copy full SHA for 3d14d93
1 file changed
.github/actions/build-proxies/action.yml
@@ -93,13 +93,11 @@ runs:
93
PR_TRIGGER_PAT: ${{ env.PR_TRIGGER_PAT }}
94
shell: bash
95
run: |
96
- #Change this back to proxy-deploy.yaml after testing
97
.github/scripts/dispatch_internal_repo_workflow.sh \
98
- --internalRef "feature/CCM-11938_workflow" \
99
--infraRepoName "nhs-notify-supplier-api" \
100
--releaseVersion "${{ inputs.releaseVersion }}" \
101
--targetComponent "${{ inputs.targetComponent }}" \
102
- --targetWorkflow "dispatch-deploy-notify-account-provisioning.yaml" \
+ --targetWorkflow "proxy-deploy.yaml" \
103
--targetEnvironment "${{ inputs.environment }}" \
104
--runId "${{ inputs.runId }}" \
105
--buildSandbox ${{ inputs.buildSandbox }} \
0 commit comments