File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
.github/actions/build-proxies Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -93,13 +93,11 @@ runs:
9393 PR_TRIGGER_PAT : ${{ env.PR_TRIGGER_PAT }}
9494 shell : bash
9595 run : |
96- #Change this back to proxy-deploy.yaml after testing
9796 .github/scripts/dispatch_internal_repo_workflow.sh \
98- --internalRef "feature/CCM-11938_workflow" \
9997 --infraRepoName "nhs-notify-supplier-api" \
10098 --releaseVersion "${{ inputs.releaseVersion }}" \
10199 --targetComponent "${{ inputs.targetComponent }}" \
102- --targetWorkflow "dispatch -deploy-notify-account-provisioning .yaml" \
100+ --targetWorkflow "proxy -deploy.yaml" \
103101 --targetEnvironment "${{ inputs.environment }}" \
104102 --runId "${{ inputs.runId }}" \
105103 --buildSandbox ${{ inputs.buildSandbox }} \
You can’t perform that action at this time.
0 commit comments