From b787d4bb8efd231e9317d58a14b580c4877311ef Mon Sep 17 00:00:00 2001 From: Romeo Date: Fri, 6 Mar 2020 11:05:33 +0000 Subject: [PATCH] Print event --- dist/main.js | 2 ++ src/index.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dist/main.js b/dist/main.js index 4ba68cca..cb05963c 100644 --- a/dist/main.js +++ b/dist/main.js @@ -22968,6 +22968,8 @@ async function main$1() { github_1.repo, github_1.payload.commits, ); + + console.log(JSON.stringify(github_1.payload, null, 2)); console.log(JSON.stringify(files, null, 2)); const options = { diff --git a/src/index.js b/src/index.js index 3c2923f3..7ae75706 100644 --- a/src/index.js +++ b/src/index.js @@ -29,6 +29,8 @@ async function main() { context.repo, context.payload.commits, ) + + console.log(JSON.stringify(context.payload, null, 2)) console.log(JSON.stringify(files, null, 2)) const options = {