Skip to content

Commit 019a061

Browse files
committed
Try again
1 parent dfa2ca7 commit 019a061

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ runs:
6767
- name: Set APIM_ENV
6868
shell: bash
6969
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
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
7474

7575
- name: Upload OAS Spec
7676
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)