Skip to content

Commit

Permalink
Merge pull request #15 from ahr1384/main
Browse files Browse the repository at this point in the history
fix pintVersion condition
  • Loading branch information
aglipanci committed Dec 25, 2023
2 parents 61f2bc4 + 3271909 commit 8eedec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [[ "${INPUT_PRESET}" ]]; then
pint_command+=" --preset ${INPUT_PRESET}"
fi

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

Expand Down

0 comments on commit 8eedec4

Please sign in to comment.