We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43fd01 commit c4ed551Copy full SHA for c4ed551
.github/workflows/cleanup-azure-vms.yml
@@ -86,7 +86,7 @@ jobs:
86
Get-Module 'Az' | where {([string]($_.Version)).StartsWith('9.3.0')} | Remove-Module
87
Get-Module -Name Az -ListAvailable
88
- name: Login to Azure
89
- uses: azure/login@v1
+ uses: azure/login@v2
90
with:
91
client-id: ${{ secrets.AZURE_CLIENT_ID }}
92
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
.github/workflows/create-azure-vms.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Checkout
59
uses: actions/checkout@v2
60
61
62
63
64
0 commit comments