Update index.js

This commit is contained in:
bootsie123 2020-10-23 08:54:23 -04:00 committed by GitHub
parent 0ea4e75805
commit 670977ccf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Toolkit.run(async tools => {
const patchWords = process.env['INPUT_PATCH-WORDING'].split(',')
const preReleaseWords = process.env['INPUT_RC-WORDING'].split(',')
let version = process.env['DEFAULT'] || 'patch'
let version = process.env['INPUT_DEFAULT'] || 'patch'
let foundWord = null;
if (messages.some(