Skip to content

Commit 7f5fd67

Browse files
committed
Fix casing of 'resourceGroup' to 'resourcegroup' in Azure deployment workflow
1 parent a28d6ae commit 7f5fd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
- name: Deploy Bicep Template
3838
uses: azure/arm-deploy@v2
3939
with:
40-
scope: resourceGroup
40+
scope: resourcegroup
4141
resourceGroupName: rg-urlshortener-dev
4242
template: ./infrastructure/main.bicep

0 commit comments

Comments
 (0)