chore(ci): debug

This commit is contained in:
Neko Ayaka
2026-03-29 16:13:05 +08:00
parent 77db3e317c
commit 49219cc752
@@ -10,6 +10,10 @@ jobs:
permissions:
pull-requests: write
steps:
- name: Dump the client payload context
env:
PAYLOAD_CONTEXT: ${{ toJson(github.event.client_payload) }}
run: echo "$PAYLOAD_CONTEXT"
- uses: actions/github-script@v8
with:
script: |