From 3271909b273f923005e1ccdda5c3aa59edab1fa4 Mon Sep 17 00:00:00 2001 From: AmirHosein Rahimi <87445571+ahr1384@users.noreply.github.com> Date: Wed, 22 Nov 2023 22:11:22 +0330 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 6fb6475..8bac46f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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