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 dfa2ca7 commit 019a061Copy full SHA for 019a061
.github/actions/build-proxies/action.yml
@@ -67,10 +67,10 @@ runs:
67
- name: Set APIM_ENV
68
shell: bash
69
if [[ $APIM_ENV == *-pr ]]; then
70
-- echo "Removing pr suffix from APIM_ENV after building OAS and calling proxygen"
71
-- APIM_ENV=$(echo "$APIM_ENV" | sed 's/-pr$//')
72
-- fi
73
-- echo "APIM_ENV=$APIM_ENV" >> $GITHUB_ENV
+ echo "Removing pr suffix from APIM_ENV after building OAS and calling proxygen"
+ APIM_ENV=$(echo "$APIM_ENV" | sed 's/-pr$//')
+ fi
+ echo "APIM_ENV=$APIM_ENV" >> $GITHUB_ENV
74
75
- name: Upload OAS Spec
76
uses: actions/upload-artifact@v4
0 commit comments