Skip to content

Commit 48a4e80

Browse files
Update deploy.yml
1 parent a214000 commit 48a4e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
az deployment group create \
102102
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
103103
--template-file infra/main.bicep \
104-
--parameters azureOpenAILocation=${{env.AZURE_LOCATION }}
104+
--parameters azureOpenAILocation=${{env.AZURE_LOCATION }} \
105105
--debug
106106
107107

0 commit comments

Comments
 (0)