Skip to content

Commit 3271909

Browse files
authored
Update entrypoint.sh
1 parent d6aa6d0 commit 3271909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [[ "${INPUT_PRESET}" ]]; then
3131
pint_command+=" --preset ${INPUT_PRESET}"
3232
fi
3333

34-
if [[ "${INPUT_ONLYDIRTY}" ]]; then
34+
if [[ "${INPUT_ONLYDIRTY}" == true ]]; then
3535
pint_command+=" --dirty"
3636
fi
3737

0 commit comments

Comments
 (0)