We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf0591c + ca648db commit 4a30c1fCopy full SHA for 4a30c1f
1 file changed
get-webhook-event-payload.js
@@ -107,6 +107,6 @@
107
const events = await getMatchingEvents()
108
for (const e of events) {
109
const fullEvent = await gitHubRequestAsApp(console, 'GET', `/app/hook/deliveries/${e.id}`)
110
- console.log(`id: ${e.id}\naction: ${e.action}\nrequest: ${JSON.stringify(fullEvent.request, null, 2)}`)
+ console.log(`id: ${e.id}\naction: ${e.action}\nevent: ${JSON.stringify(fullEvent, null, 2)}`)
111
}
112
})().catch(console.log)
0 commit comments