Skip to content

Commit 2439731

Browse files
committed
CCM-11938: Fix apim env var export
1 parent 1e30f0c commit 2439731

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,12 @@ runs:
8383
echo "Building env specific OAS spec"
8484
make build-json-oas-spec APIM_ENV=${{ env.APIM_ENV }}
8585
fi
86+
8687
if [[ $APIM_ENV == *-pr ]]; then
8788
echo "Removing pr suffix from APIM_ENV after building OAS and calling proxygen"
8889
APIM_ENV=$(echo "$APIM_ENV" | sed 's/-pr$//')
89-
echo "APIM_ENV=$APIM_ENV" >> $GITHUB_ENV
9090
fi
91+
echo "APIM_ENV=$APIM_ENV" >> $GITHUB_ENV
9192
9293
- name: Upload OAS Spec
9394
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)