From f67b021478ea337f94bbad4566771dbb08f10322 Mon Sep 17 00:00:00 2001 From: Timo <38291523+lovetodream@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:53:13 +0200 Subject: [PATCH] ci: comment this out --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74d620d..4e941e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,8 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Mark repo safe in non-fake global config - run: git config --global --add safe.directory "${GITHUB_WORKSPACE}" + # - name: Mark repo safe in non-fake global config + # run: git config --global --add safe.directory "${GITHUB_WORKSPACE}" # - name: Setup swift-format # run: | # cd ..