diff --git a/dist/index.js b/dist/index.js index 0a66a37..ac7c283 100644 --- a/dist/index.js +++ b/dist/index.js @@ -69324,7 +69324,7 @@ Toolkit.run(async (tools) => { try { // get context const { payload } = github.context; - const args = {}; + const args = { message: '', email: '', username: '' }; if (payload.head_commit) { args.email = payload.head_commit.committer.email; diff --git a/index.js b/index.js index 15a76b2..2eb5fca 100644 --- a/index.js +++ b/index.js @@ -10,7 +10,7 @@ Toolkit.run(async (tools) => { try { // get context const { payload } = github.context; - const args = {}; + const args = { message: '', email: '', username: '' }; if (payload.head_commit) { args.email = payload.head_commit.committer.email; diff --git a/package.json b/package.json index 783060e..040282b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bump", - "version": "1.1.9", + "version": "2.0.0", "description": "Bump Action", "main": "index.js", "scripts": {