mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-24 01:01:08 +07:00
additional debugging
This commit is contained in:
parent
26c5885fce
commit
89de29acfd
@ -21,6 +21,7 @@ async function run () {
|
||||
|
||||
// If this value is true, the tag will not be pushed
|
||||
const isDryRun = core.getBooleanInput('dry_run', { required: false });
|
||||
console.log({isDryRun})
|
||||
|
||||
// Extract the version number using the supplied strategy
|
||||
let version = core.getInput('root', { required: false })
|
||||
|
Loading…
Reference in New Issue
Block a user