Skip to content

Commit

Permalink
fixing typo in main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan committed Nov 7, 2023
1 parent 14ef794 commit 5b56d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: azure/arm-deploy@v1
with:
subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION }}
resrouceGroupName: ${{ secretes.AZURE_RG }}
resrouceGroupName: ${{ secrets.AZURE_RG }}
template: main.bicep
parameters: 'stroagePrefix=mystore storageSKU=Standard_LRS'
failOnStdErr: false

0 comments on commit 5b56d5a

Please sign in to comment.