From c236688c6f3809889ac9211add20a30cecaa2106 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 25 Nov 2024 16:57:42 +0100 Subject: [PATCH] [godot] GHA debug output... --- .github/workflows/spine-godot-v4.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/spine-godot-v4.yml b/.github/workflows/spine-godot-v4.yml index ee7d212d1..fbbca1671 100644 --- a/.github/workflows/spine-godot-v4.yml +++ b/.github/workflows/spine-godot-v4.yml @@ -45,6 +45,13 @@ jobs: godot-editor-windows: runs-on: windows-2022 steps: + - name: Configure git line endings + shell: bash + run: | + git config --get core.autocrlf + git config --global core.autocrlf false + echo "* text=auto" > .gitattributes + - uses: actions/checkout@v3 with: fetch-depth: 0