From e4d57e7912e7e058ec5fa431d51b1760b177724a Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 6 Nov 2021 08:58:02 -0400 Subject: [PATCH] Revert "Disable Automatic CRLF for windows (#102)" This reverts commit 1fea1e14983544337ac816e1f740e9ee74788042. --- .github/workflows/test.yml | 2 +- entrypoint.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0755269..3e3f00c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: exit 1 - name: Make changes run: | - printf '%s\n' "323442" "424" >> test/new.txt + echo "323442424" >> test/new.txt - name: Test test/new.txt file has changes uses: ./ id: changed_files_expected diff --git a/entrypoint.sh b/entrypoint.sh index 57f74fa..10be45d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,8 +2,6 @@ set -e -git config core.autocrlf true - CHANGED_FILES=() for path in ${INPUT_FILES}