Skip to content

Commit 49ea17d

Browse files
committed
Revert "Configure Git to handle line endings for Windows"
This reverts commit d56a163.
1 parent d56a163 commit 49ea17d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

-4
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ jobs:
5151
outputs:
5252
should-deploy-artifacts: ${{ steps.should-deploy-artifacts.outputs.result }}
5353
steps:
54-
- name: Prepare Windows runner
55-
if: ${{ runner.os == 'Windows' }}
56-
run: |
57-
git config --global core.autocrlf true
5854
- uses: actions/checkout@v4
5955
- name: Set up JDK ${{ inputs.java-version }}
6056
uses: spring-io/spring-gradle-build-action@v2

0 commit comments

Comments
 (0)