You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/02 13:44:23 UTC

[commons-imaging] 03/03: Trying to fix GHA build

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git

commit aa2d41ae971d06560002757d36ae085c66edbc88
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jun 2 09:44:16 2023 -0400

    Trying to fix GHA build
---
 .github/workflows/maven.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 18a4ea57..806a0641 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -36,10 +36,10 @@ jobs:
         
     steps:
     # https://github.com/actions/checkout/issues/226#issuecomment-854736025
-    - name: Prepare git
-      run: |-
-        git config --global core.autocrlf false
-        git config --global core.eol lf
+#    - name: Prepare git
+#      run: |-
+#        git config --global core.autocrlf false
+#        git config --global core.eol lf
     - uses: actions/checkout@v3.5.2
       with:
         persist-credentials: false