Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpapa committed Mar 6, 2020
1 parent 3c7df97 commit 94eae4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/azure-pages-ashy-forest-076f61e4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 94eae4a

Please sign in to comment.