netlify.yaml: add some debugging
This commit is contained in:
parent
5be335e01b
commit
f5fcde09f8
1 changed files with 4 additions and 0 deletions
4
.github/workflows/netlify.yaml
vendored
4
.github/workflows/netlify.yaml
vendored
|
@ -17,6 +17,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request'
|
||||
steps:
|
||||
- name: "dump context data"
|
||||
run: |
|
||||
jq . < $GITHUB_EVENT_PATH
|
||||
|
||||
- name: "🔍 Read PR number"
|
||||
id: readctx
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue