add dirty check flag (not sure if needed)
This commit is contained in:
parent
d9c05e5916
commit
f5fe04079d
|
@ -25,7 +25,7 @@ _main() {
|
||||||
|
|
||||||
_add_files
|
_add_files
|
||||||
|
|
||||||
if [ -n "$(git diff --staged)" ]; then
|
if [ -n "$(git diff --staged)" ] || "$INPUT_SKIP_DIRTY_CHECK"; then
|
||||||
_local_commit
|
_local_commit
|
||||||
|
|
||||||
_tag_commit
|
_tag_commit
|
||||||
|
|
Loading…
Reference in New Issue