diff --git a/entrypoint.sh b/entrypoint.sh index 10be45d..eea6095 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,6 +2,8 @@ set -e +git config core.autocrlf false + CHANGED_FILES=() for path in ${INPUT_FILES}