We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922a535 commit 99c414eCopy full SHA for 99c414e
1 file changed
src/main.ts
@@ -73,7 +73,7 @@ async function run(): Promise<void> {
73
}
74
await db.run('INSERT INTO events (kind, event) values (:e, :payload)', {
75
e,
76
- payload: github.context.payload,
+ payload: JSON.stringify(github.context.payload),
77
})
78
core.info(`Captured ${e} event`)
79
0 commit comments