We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cb2f80 + 0b9a259 commit 94efcf8Copy full SHA for 94efcf8
1 file changed
.github/workflows/terraform.yml
@@ -32,7 +32,7 @@ jobs:
32
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
33
34
- name: Azure CLI script
35
- uses: azure/CLI@v2
+ uses: azure/CLI@v3
36
with:
37
inlineScript: |
38
az group create --name $TF_STATE_RG --location eastus
@@ -118,7 +118,7 @@ jobs:
118
119
120
121
122
123
124
0 commit comments