Skip to content

Commit

Permalink
fixing typo in main.yml again 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan committed Nov 7, 2023
1 parent 5be85dc commit 7fb8708
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 @@ -19,5 +19,5 @@ jobs:
subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION }}
resourceGroupName: ${{ secrets.AZURE_RG }}
template: main.bicep
parameters: 'stroagePrefix=mystore storageSKU=Standard_LRS'
parameters: 'storagePrefix=mystore storageSKU=Standard_LRS'
failOnStdErr: false

0 comments on commit 7fb8708

Please sign in to comment.