From 92fd67a5dfd9f4babfc5e8b5419e162d4c3bd66a Mon Sep 17 00:00:00 2001 From: rajson49-hue Date: Sat, 4 Oct 2025 14:38:20 +0200 Subject: [PATCH] again trying to deploy --- .github/workflows/pr-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-verify.yml b/.github/workflows/pr-verify.yml index 084b2658..c31c1b9f 100644 --- a/.github/workflows/pr-verify.yml +++ b/.github/workflows/pr-verify.yml @@ -61,7 +61,7 @@ jobs: path: artifacts/ # Deploy to Azure Web apps - - name: 'Deploy to Azure App Service' + - name: 'Deploy to Azure App Services' uses: azure/webapps-deploy@v2 with: app-name: ${{ env.AZURE_WEBAPP_NAME }} # Replace with your app name