diff --git a/.github/workflows/azure-pages-ashy-forest-076f61e4.yml b/.github/workflows/azure-pages-ashy-forest-076f61e4.yml index 6878f79..5d29e3d 100644 --- a/.github/workflows/azure-pages-ashy-forest-076f61e4.yml +++ b/.github/workflows/azure-pages-ashy-forest-076f61e4.yml @@ -28,9 +28,9 @@ jobs: azure_pages_api_token: ${{ secrets.AZURE_PAGES_API_TOKEN_ASHY_FOREST_076F61E4 }} repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) action: "upload" - app_location: ${{ APP_LOCATION }} # App Source Code Path - api_location: ${{ API_LOCATION }} # Api Source Code Path - optional - app_artifact_location: ${{ APP_ARTIFACT_LOCATION }} # Built App Content Directory - optional + app_location: process.env.APP_LOCATION # App Source Code Path + api_location: process.env.API_LOCATION # Api Source Code Path - optional + app_artifact_location: process.env.APP_ARTIFACT_LOCATION # Built App Content Directory - optional close_pull_request_job: if: github.event_name == 'pull_request' && github.event.action == 'closed'