mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-06 22:53:46 +00:00
fixup! Add debug mode parameter.
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ if [[ ! -z "$INPUT_EXISTING" ]]; then
|
||||
FLAGS="${FLAGS} -e"
|
||||
fi
|
||||
|
||||
if [[ ! =z "$INPUT_DEBUGMODE"]]; then
|
||||
if [[ ! -z "$INPUT_DEBUGMODE" ]]; then
|
||||
FLAGS="${FLAGS} --debug"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user