log event

This commit is contained in:
phips28 2019-10-27 01:33:19 +02:00
parent 9137a50617
commit ca1952521f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ const { execSync } = require('child_process')
Toolkit.run(async tools => {
const pkg = tools.getPackageJSON()
const event = tools.context.payload
// console.log('event:', event)
console.log('event:', event)
const messages = event.commits.map(commit => commit.message + '\n' + commit.body)