additional debugging

This commit is contained in:
Corey Butler 2022-10-12 18:31:39 -05:00
parent 26c5885fce
commit 89de29acfd
No known key found for this signature in database
GPG Key ID: 11C5CD9E1B4C7F8F

View File

@ -21,6 +21,7 @@ async function run () {
// If this value is true, the tag will not be pushed // If this value is true, the tag will not be pushed
const isDryRun = core.getBooleanInput('dry_run', { required: false }); const isDryRun = core.getBooleanInput('dry_run', { required: false });
console.log({isDryRun})
// Extract the version number using the supplied strategy // Extract the version number using the supplied strategy
let version = core.getInput('root', { required: false }) let version = core.getInput('root', { required: false })