add dirty check flag (not sure if needed)

This commit is contained in:
ZeroRin 2022-11-30 15:42:01 +08:00
parent d9c05e5916
commit f5fe04079d
1 changed files with 1 additions and 1 deletions

View File

@ -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