We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa290d1 commit 6019de1Copy full SHA for 6019de1
.github/workflows/stage-3-build.yaml
@@ -204,13 +204,9 @@ jobs:
204
shell: bash
205
run: |
206
.github/scripts/dispatch_internal_repo_workflow.sh \
207
- --infraRepoName "$(echo ${{ github.repository }} | cut -d'/' -f2)" \
208
--releaseVersion ${{ github.head_ref || github.ref_name }} \
209
--targetWorkflow "publish-supplier-config.yaml" \
210
--targetEnvironment "${{ steps.set-environment.outputs.environment_name }}" \
211
- --targetComponent "api" \
212
--targetAccountGroup "nhs-notify-suppliers-dev" \
213
- --overrideProjectName "nhs" \
214
- --overrideRoleName "nhs-main-acct-supplier-api-github-deploy" \
215
--tableName "supplier-config" \
216
--internalRef "feature/CCM-12444-supplier-config-publishing-workflow"
0 commit comments