From 58b6782a385e718fe8097b64cd77e278064edd71 Mon Sep 17 00:00:00 2001 From: Cosmin Mihai Date: Wed, 12 Feb 2025 13:06:29 +0200 Subject: [PATCH] fix: Fix rg name. --- .github/workflows/main_pbnoirwebapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_pbnoirwebapp.yml b/.github/workflows/main_pbnoirwebapp.yml index 72692175..50745706 100644 --- a/.github/workflows/main_pbnoirwebapp.yml +++ b/.github/workflows/main_pbnoirwebapp.yml @@ -73,7 +73,7 @@ jobs: - name: Deploy ARM Template uses: azure/arm-deploy@v1 with: - resourceGroupName: pbnoir-rg + resourceGroupName: pb-noir template: WebAppResources.json - name: 'Deploy to Azure Web App'