Skip to content

Commit 8606526

Browse files
committed
Add missing run
1 parent 019a061 commit 8606526

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ runs:
6666
6767
- name: Set APIM_ENV
6868
shell: bash
69+
run: |
6970
if [[ $APIM_ENV == *-pr ]]; then
7071
echo "Removing pr suffix from APIM_ENV after building OAS and calling proxygen"
7172
APIM_ENV=$(echo "$APIM_ENV" | sed 's/-pr$//')

0 commit comments

Comments
 (0)