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