From 3c9f0d29c9109e51af2a5fce0e2e6ace6ac29fbe Mon Sep 17 00:00:00 2001 From: mxmlnwbr Date: Mon, 18 Sep 2023 15:34:28 +0200 Subject: [PATCH] app_location added --- .../azure-static-web-apps-delightful-grass-05b344303.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-apps-delightful-grass-05b344303.yml b/.github/workflows/azure-static-web-apps-delightful-grass-05b344303.yml index 43d1401..7b643dc 100644 --- a/.github/workflows/azure-static-web-apps-delightful-grass-05b344303.yml +++ b/.github/workflows/azure-static-web-apps-delightful-grass-05b344303.yml @@ -36,7 +36,7 @@ jobs: ENABLE_PREVIEW_FEATURES: true FUNCTION_LANGUAGE: node FUNCTION_LANGUAGE_VERSION: 18 - + close_pull_request_job: if: github.event_name == 'pull_request' && github.event.action == 'closed' runs-on: ubuntu-latest @@ -46,5 +46,6 @@ jobs: id: closepullrequest uses: Azure/static-web-apps-deploy@v1 with: + app_location: '/' # App source code path azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_DELIGHTFUL_GRASS_05B344303 }} action: 'close'