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