mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-18 18:59:23 +00:00
use default for enable-pull-request-comment and enable-commit-comment
This commit is contained in:
3
.github/workflows/netlify-pr.yaml
vendored
3
.github/workflows/netlify-pr.yaml
vendored
@@ -58,9 +58,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
publish-dir: webapp
|
publish-dir: webapp
|
||||||
deploy-message: "Deploy from GitHub Actions"
|
deploy-message: "Deploy from GitHub Actions"
|
||||||
# These don't work because we're in workflow_run
|
|
||||||
enable-pull-request-comment: false
|
|
||||||
enable-commit-comment: false
|
|
||||||
alias: pr${{ steps.prdetails.outputs.pr_id }}
|
alias: pr${{ steps.prdetails.outputs.pr_id }}
|
||||||
env:
|
env:
|
||||||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user