Skip to content

Commit c393784

Browse files
Automatedidan
authored andcommitted
Latest data: Wed Apr 7 08:39:48 UTC 2021
1 parent 1c9f762 commit c393784

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ async function run() {
9696
continue;
9797
}
9898
await db.run('INSERT INTO events (kind, event) values (:e, :payload)', {
99-
e,
100-
payload: JSON.stringify(github.context.payload),
99+
':e': e,
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)