Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JKHarley committed Mar 17, 2023
1 parent 5c0b1f6 commit 9f7f42d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ if [[ "${INPUT_PRESET}" ]]; then
pint_command+=" --preset ${INPUT_PRESET}"
fi

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

echo "Running Command: " "${pint_install_command[@]}"

${pint_install_command[@]}
Expand Down

0 comments on commit 9f7f42d

Please sign in to comment.