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 0db9434 commit 871c720Copy full SHA for 871c720
.github/actions/build-proxies/action.yml
@@ -83,7 +83,7 @@ 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$//')
0 commit comments