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: steps:
- name: gitconfig - name: gitconfig
run: | run: |
git config --global core.autocrlf true git config --global core.autocrlf false
- name: checkout - name: checkout
uses: actions/checkout@v3 uses: actions/checkout@v3