autocrlf == false

This commit is contained in:
Mario Zechner 2021-08-18 20:28:52 +02:00
parent c89e01df18
commit b3ba3d3825

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: git config --global core.autocrlf input
- run: git config --global core.autocrlf false
- uses: actions/checkout@v1