We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f2c5b commit ba0f884Copy full SHA for ba0f884
.github/actions/build-proxies/action.yml
@@ -72,11 +72,11 @@ runs:
72
73
- name: Trigger deploy proxy
74
env:
75
- APIM_ENV: ${{ inputs.apimEnv }}
76
APP_CLIENT_ID: ${{ env.APP_CLIENT_ID }}
77
APP_PEM_FILE: ${{ env.APP_PEM_FILE }}
78
shell: bash
79
run: |
+ ENV="${{ inputs.apimEnv }}"
80
.github/scripts/dispatch_internal_repo_workflow.sh \
81
--infraRepoName "nhs-notify-supplier-api" \
82
--releaseVersion "${{ inputs.releaseVersion }}" \
0 commit comments