Skip to content

Commit d264cb5

Browse files
committed
CCM-11938: Fix apim env var export
1 parent 63f2b21 commit d264cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-proxies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ runs:
8383
echo "Building env specific OAS spec"
8484
make build-json-oas-spec APIM_ENV=${{ env.APIM_ENV }}
8585
fi
86-
86+
8787
if [[ $APIM_ENV == *-pr ]]; then
8888
echo "Removing pr suffix from APIM_ENV after building OAS and calling proxygen"
8989
APIM_ENV=$(echo "$APIM_ENV" | sed 's/-pr$//')

0 commit comments

Comments
 (0)