Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
iautom8things committed Jun 26, 2021
1 parent 766a4f2 commit 4d933f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const namespace = core.getInput('namespace') || '';
const shortTags = core.getInput('short_tags') === 'true';
const bumpEachCommit = core.getInput('bump_each_commit') === 'true';
const useTestValue = core.getInput('use_test_value') === 'true';
core.warning(`useTestValue: ${useTestValue}`);

const cmd = async (command, ...args) => {
let output = '', errors = '';
Expand Down

0 comments on commit 4d933f8

Please sign in to comment.