We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec85a33 commit 5e1f4d9Copy full SHA for 5e1f4d9
1 file changed
.github/workflows/deploy.yml
@@ -101,8 +101,7 @@ jobs:
101
az deployment group create \
102
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
103
--template-file infra/main.bicep \
104
- --parameters azureOpenAILocation=${{ env.AZURE_LOCATION }}\
105
- --debug
+ --parameters azureOpenAILocation=${{ env.AZURE_LOCATION }}
106
107
108
- name: Send Notification on Failure
0 commit comments