From 9f7438a4369448af03a32ea24dd8ddf17a2ddd0c Mon Sep 17 00:00:00 2001 From: rajson49-hue Date: Sat, 4 Oct 2025 14:21:47 +0200 Subject: [PATCH] small correction in spelling --- .github/workflows/pr-verify.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr-verify.yml b/.github/workflows/pr-verify.yml index 8346c9f5..084b2658 100644 --- a/.github/workflows/pr-verify.yml +++ b/.github/workflows/pr-verify.yml @@ -47,12 +47,11 @@ jobs: needs: build # wait for other job to finish g steps: - - name: Azure login uses: azure/login@v2 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} - tenate-id: ${{ secrets.AZURE_TENATE_ID }} + tenant-id: ${{ secrets.AZURE_TENATE_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}