From 212f9b0fd6fc013322fb0773301f827eb3befb2b Mon Sep 17 00:00:00 2001 From: "Kwabena W. Agyeman" Date: Tue, 3 Oct 2023 09:35:11 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index de12632..dd0ff3b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: steps: - name: '❖ Fix default line endings on Windows' if: matrix.map.host == 'windows' || matrix.map.host == 'windows-factory' - run: git config --global core.autocrlf input + run: git config --global core.autocrlf input - name: '⏳ Checkout repository' uses: actions/checkout@v3