ci: preview deploy output
This commit is contained in:
parent
488190334b
commit
0cf4b22d90
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
on:
|
||||
push:
|
||||
#branches:
|
||||
# master
|
||||
branches:
|
||||
master
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
|
@ -89,7 +89,7 @@ jobs:
|
|||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
script: |
|
||||
github.issues.createComment({
|
||||
issue_number: context.paylod.pull_request.number,
|
||||
issue_number: context.issue.number,
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
body: process.env.NETLIFY_STDOUT
|
||||
|
|
Loading…
Reference in a new issue