Skip to content

Commit

Permalink
add dirty check flag (not sure if needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroRin committed Nov 30, 2022
1 parent d9c05e5 commit f5fe040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -25,7 +25,7 @@ _main() {

_add_files

if [ -n "$(git diff --staged)" ]; then
if [ -n "$(git diff --staged)" ] || "$INPUT_SKIP_DIRTY_CHECK"; then
_local_commit

_tag_commit
Expand Down

0 comments on commit f5fe040

Please sign in to comment.