setting autocrlf false

This commit is contained in:
Sean OMeara 2022-12-14 10:56:58 +01:00
commit 36716c705e

View file

@ -38,7 +38,7 @@ jobs:
steps:
- name: gitconfig
run: |
git config --global core.autocrlf true
git config --global core.autocrlf false
- name: checkout
uses: actions/checkout@v3