Skip to content

Commit

Permalink
Print event
Browse files Browse the repository at this point in the history
  • Loading branch information
romeovs committed Mar 6, 2020
1 parent 46746b6 commit b787d4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit b787d4b

Please sign in to comment.