Skip to content

Commit 26df347

Browse files
Automatedidan
authored andcommitted
Latest data: Wed Apr 7 08:36:38 UTC 2021
1 parent 99c414e commit 26df347

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ async function run() {
9797
}
9898
await db.run('INSERT INTO events (kind, event) values (:e, :payload)', {
9999
e,
100-
payload: github.context.payload,
100+
payload: JSON.stringify(github.context.payload),
101101
});
102102
core.info(`Captured ${e} event`);
103103
}

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)