Skip to content

Commit 6c34733

Browse files
author
Petr Sramek
committed
clrf issue fix
1 parent 947e656 commit 6c34733

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/format-cs-files.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
working-directory: ${{ github.workspace }}
4646
- name: Push to ${{ github.ref }}
4747
run: |
48+
git config --global core.autocrlf false
4849
git pull origin ${{ github.ref }}
4950
git add .
5051
git config user.name "$(git log -n 1 --pretty=format:%an)"

0 commit comments

Comments
 (0)