Updated github workflowf file

This commit is contained in:
Abdullah Alassaf
2024-09-04 01:07:31 +03:00
parent c7b1ed5b8e
commit e6d0e95ddc

View File

@ -40,9 +40,9 @@ jobs:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ZEALOUS_MUSHROOM_0D31A3303 }} azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ZEALOUS_MUSHROOM_0D31A3303 }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: "upload" action: "upload"
app_location: "build/web" # App source code path app_location: "/build/web" # App source code path
api_location: "" # Api source code path - optional api_location: "" # Api source code path - optional
output_location: "build/web" # Built app content directory - optional output_location: "/build/web" # Built app content directory - optional
close_pull_request_job: close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed' if: github.event_name == 'pull_request' && github.event.action == 'closed'