Skip to content

Commit ca1b337

Browse files
fixed quota check
1 parent 2023201 commit ca1b337

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
export AZURE_CLIENT_SECRET=${{ secrets.AZURE_CLIENT_SECRET }}
4949
export AZURE_SUBSCRIPTION_ID="${{ secrets.AZURE_SUBSCRIPTION_ID }}"
5050
export GPT_MIN_CAPACITY="${{ env.GPT_MIN_CAPACITY }}"
51-
export AZURE_REGIONS="${{ vars.AZURE_LOCATION }}"
51+
export AZURE_REGIONS="${{ vars.AZURE_REGIONS }}"
5252
chmod +x scripts/checkquota.sh
5353
if ! scripts/checkquota.sh; then
5454
# If quota check fails due to insufficient quota, set the flag

0 commit comments

Comments
 (0)