Skip to content

Commit 733e778

Browse files
committed
Fix
1 parent 8606526 commit 733e778

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ runs:
6767
- name: Set APIM_ENV
6868
shell: bash
6969
run: |
70+
APIM_ENV="${{ inputs.apimEnv }}"
7071
if [[ $APIM_ENV == *-pr ]]; then
7172
echo "Removing pr suffix from APIM_ENV after building OAS and calling proxygen"
7273
APIM_ENV=$(echo "$APIM_ENV" | sed 's/-pr$//')

0 commit comments

Comments
 (0)