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 8606526 commit 733e778Copy full SHA for 733e778
.github/actions/build-proxies/action.yml
@@ -67,6 +67,7 @@ runs:
67
- name: Set APIM_ENV
68
shell: bash
69
run: |
70
+ APIM_ENV="${{ inputs.apimEnv }}"
71
if [[ $APIM_ENV == *-pr ]]; then
72
echo "Removing pr suffix from APIM_ENV after building OAS and calling proxygen"
73
APIM_ENV=$(echo "$APIM_ENV" | sed 's/-pr$//')
0 commit comments