From 6505231a32bd4961a16916827eb39c91f36ff819 Mon Sep 17 00:00:00 2001 From: kaltokri Date: Fri, 23 Feb 2024 09:29:22 +0100 Subject: [PATCH] Try to find a solution for the second unneeded commit of lua files --- .github/workflows/ExtractMissionScripts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ExtractMissionScripts.yml b/.github/workflows/ExtractMissionScripts.yml index 35c0e0f..10e96e0 100644 --- a/.github/workflows/ExtractMissionScripts.yml +++ b/.github/workflows/ExtractMissionScripts.yml @@ -58,6 +58,7 @@ jobs: - name: Commit Changes run: | cd ./self + git config --global core.autocrlf input git add * git config --global user.name 'funkyfranky' git config --global user.email 'frank@inter-zone.de'