From 41b2820dc1aa13373549a1d2e4b11c57f96d1cd6 Mon Sep 17 00:00:00 2001 From: Balaga Gayatri Date: Mon, 23 Aug 2021 12:56:31 +0530 Subject: [PATCH] Update azure-login-pr-check.yml --- .github/workflows/azure-login-pr-check.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/azure-login-pr-check.yml b/.github/workflows/azure-login-pr-check.yml index 8f86decd..c9621596 100644 --- a/.github/workflows/azure-login-pr-check.yml +++ b/.github/workflows/azure-login-pr-check.yml @@ -12,7 +12,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout from PR branch - uses: actions/checkout@v2 + uses: actions/checkout@v2 # Using 12.x version as an example - name: Set Node.js 12.x for GitHub Action @@ -39,7 +39,7 @@ jobs: uses: ./ with: creds: ${{ secrets.AZURE_CREDENTIALS_NO_SUB }} - allow-no-subscriptions: true + allow-no-subscriptions: true - run: | az account show @@ -62,9 +62,9 @@ jobs: enable-AzPSSession: true allow-no-subscriptions: true - - uses: azure/powershell@v1 - with: - inlineScript: "Get-AzContext" - azPSVersion: "latest" + - uses: azure/powershell@v1 + with: + inlineScript: "Get-AzContext" + azPSVersion: "latest"