Skip to content

Commit 28254f7

Browse files
committed
Try again
1 parent ba0f884 commit 28254f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,16 @@ runs:
6767
- name: Upload OAS Spec
6868
uses: actions/upload-artifact@v4
6969
with:
70-
name: ${{ env.APIM_ENV }}-build-output
70+
name: ${{ inputs.APIM_ENV }}-build-output
7171
path: ./build
7272

7373
- name: Trigger deploy proxy
7474
env:
75+
APIM_ENV: ${{ inputs.apimEnv }}
7576
APP_CLIENT_ID: ${{ env.APP_CLIENT_ID }}
7677
APP_PEM_FILE: ${{ env.APP_PEM_FILE }}
7778
shell: bash
7879
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)