We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6aa6d0 commit 3271909Copy full SHA for 3271909
entrypoint.sh
@@ -31,7 +31,7 @@ if [[ "${INPUT_PRESET}" ]]; then
31
pint_command+=" --preset ${INPUT_PRESET}"
32
fi
33
34
-if [[ "${INPUT_ONLYDIRTY}" ]]; then
+if [[ "${INPUT_ONLYDIRTY}" == true ]]; then
35
pint_command+=" --dirty"
36
37
0 commit comments