From 7ed248fffee95c8900365633d77c0c81f5530135 Mon Sep 17 00:00:00 2001 From: muXxer Date: Wed, 9 Aug 2023 17:38:37 +0200 Subject: [PATCH] okay... global or system? who knows... --- .github/workflows/test_release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index 4b053839d..d01bc4be8 100644 --- a/.github/workflows/test_release.yml +++ b/.github/workflows/test_release.yml @@ -21,10 +21,6 @@ jobs: steps: - name: Check out code into the Go module directory uses: actions/checkout@v3 - with: - fetch-depth: 0 - - name: Disable dubious ownership check - run: git config --system --add safe.directory "*" - name: Disable dubious ownership check run: git config --global --add safe.directory "*"