Skip to content

Commit

Permalink
Revert "Disable Automatic CRLF for windows (#102)"
Browse files Browse the repository at this point in the history
This reverts commit 1fea1e1.
  • Loading branch information
jackton1 authored Nov 6, 2021
1 parent 1fea1e1 commit e4d57e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

set -e

git config core.autocrlf true

CHANGED_FILES=()

for path in ${INPUT_FILES}
Expand Down

0 comments on commit e4d57e7

Please # to comment.