add arguments

This commit is contained in:
Michal Bureš 2019-11-20 13:59:16 +01:00
parent 08b29a2aab
commit 02fc217bec
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Toolkit.run(async tools => {
const pkg = tools.getPackageJSON()
const event = tools.context.payload
console.log('info', tools.context)
console.log('info', tools.arguments)
const messages = event.commits.map(commit => commit.message + '\n' + commit.body)