Skip to content

Commit ba0f884

Browse files
committed
Fix apim env
1 parent d9f2c5b commit ba0f884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-proxies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ runs:
7272

7373
- name: Trigger deploy proxy
7474
env:
75-
APIM_ENV: ${{ inputs.apimEnv }}
7675
APP_CLIENT_ID: ${{ env.APP_CLIENT_ID }}
7776
APP_PEM_FILE: ${{ env.APP_PEM_FILE }}
7877
shell: bash
7978
run: |
79+
ENV="${{ inputs.apimEnv }}"
8080
.github/scripts/dispatch_internal_repo_workflow.sh \
8181
--infraRepoName "nhs-notify-supplier-api" \
8282
--releaseVersion "${{ inputs.releaseVersion }}" \

0 commit comments

Comments
 (0)