From fb7f80cf48d90562a09a11a043603f6b5fe3b912 Mon Sep 17 00:00:00 2001 From: Balaga Gayatri Date: Fri, 22 Oct 2021 16:10:22 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5057cf5..b4c15db5 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ jobs: Install-Module Az.Accounts -Repository LocalPSRepo - name: OIDC Login to Azure Public Cloud with AzPowershell (enableAzPSSession true) - uses: 'azure/login@releases/v1' + uses: azure/login@releases/v1 with: client-id: ${{ secrets.AZURE_CLIENTID }} tenant-id: ${{ secrets.AZURE_TENANTID }}