Skip to content

Commit

Permalink
app_location added
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnwbr committed Sep 18, 2023
1 parent ba3c06d commit 3c9f0d2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'

0 comments on commit 3c9f0d2

Please sign in to comment.