Skip to content

Commit cd11a0c

Browse files
committed
CCM-11938: try remote
1 parent 7f6e382 commit cd11a0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manual-proxy-environment-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ jobs:
6060
echo "Pull request exists: #$pr_number"
6161
echo "does_pull_request_exist=true" >> $GITHUB_OUTPUT
6262
echo "pr_number=$pr_number" >> $GITHUB_OUTPUT
63-
APIM_ENV="${{ inputs.environment }}-pr"
63+
APIM_ENV="$ENVIRONMENT-pr"
6464
else
6565
echo "Pull request doesn't exist"
6666
echo "does_pull_request_exist=false" >> $GITHUB_OUTPUT
6767
echo "pr_number=" >> $GITHUB_OUTPUT
68-
APIM_ENV="${{ inputs.environment }}"
68+
APIM_ENV="$ENVIRONMENT"
6969
fi
7070
7171
echo "ENVIRONMENT=$ENVIRONMENT" >> $GITHUB_ENV

0 commit comments

Comments
 (0)