netlify.yaml: add some debugging

This commit is contained in:
Richard van der Hoff 2021-10-22 15:49:27 +01:00
parent 5be335e01b
commit f5fcde09f8

View file

@ -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: |