Skip to content

Commit 102b841

Browse files
authored
Add payload logging (#24)
1 parent 0ea5b5e commit 102b841

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ const renderMessage = require('./lib/message');
77

88
async function run() {
99
try {
10+
console.log(`payload: ${JSON.stringify(github.context.payload)}`);
11+
1012
const config = new Config(core);
1113
console.log(`config: ${JSON.stringify(config)}`);
1214

0 commit comments

Comments
 (0)