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 1e30f0c commit 2439731Copy full SHA for 2439731
.github/actions/build-proxies/action.yml
@@ -83,11 +83,12 @@ runs:
83
echo "Building env specific OAS spec"
84
make build-json-oas-spec APIM_ENV=${{ env.APIM_ENV }}
85
fi
86
+
87
if [[ $APIM_ENV == *-pr ]]; then
88
echo "Removing pr suffix from APIM_ENV after building OAS and calling proxygen"
89
APIM_ENV=$(echo "$APIM_ENV" | sed 's/-pr$//')
- echo "APIM_ENV=$APIM_ENV" >> $GITHUB_ENV
90
91
+ echo "APIM_ENV=$APIM_ENV" >> $GITHUB_ENV
92
93
- name: Upload OAS Spec
94
uses: actions/upload-artifact@v4
0 commit comments