Skip to content

Commit 8eedec4

Browse files
authored
Merge pull request #15 from ahr1384/main
fix pintVersion condition
2 parents 61f2bc4 + 3271909 commit 8eedec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
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)