mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
netlify.yaml: add some debugging
This commit is contained in:
parent
5be335e01b
commit
f5fcde09f8
4
.github/workflows/netlify.yaml
vendored
4
.github/workflows/netlify.yaml
vendored
|
|
@ -17,6 +17,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request'
|
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request'
|
||||||
steps:
|
steps:
|
||||||
|
- name: "dump context data"
|
||||||
|
run: |
|
||||||
|
jq . < $GITHUB_EVENT_PATH
|
||||||
|
|
||||||
- name: "🔍 Read PR number"
|
- name: "🔍 Read PR number"
|
||||||
id: readctx
|
id: readctx
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue