We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c915db8 commit 9028579Copy full SHA for 9028579
.github/workflows/azure-static-web-apps-ashy-sky-02a7d0403.yml
@@ -32,7 +32,9 @@ jobs:
32
api_location: "" # Api source code path - optional
33
output_location: "dist" # Built app content directory - optional
34
###### End of Repository/Build Configurations ######
35
-
+ # allows the workflow to continue without deploying the site's content
36
+ env:
37
+ SKIP_DEPLOY_ON_MISSING_SECRETS: true
38
close_pull_request_job:
39
if: github.event_name == 'pull_request' && github.event.action == 'closed'
40
runs-on: ubuntu-latest
0 commit comments