We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea5b5e commit 102b841Copy full SHA for 102b841
index.js
@@ -7,6 +7,8 @@ const renderMessage = require('./lib/message');
7
8
async function run() {
9
try {
10
+ console.log(`payload: ${JSON.stringify(github.context.payload)}`);
11
+
12
const config = new Config(core);
13
console.log(`config: ${JSON.stringify(config)}`);
14
0 commit comments