From 6e6958a3bd306a41e0dde2751a2e9a37aeaa46ce Mon Sep 17 00:00:00 2001 From: Hazel Date: Tue, 21 Nov 2023 19:17:34 +0000 Subject: [PATCH] safe.directory moment --- .github/workflows/build-shit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-shit.yml b/.github/workflows/build-shit.yml index 9d73c8120..be8bf6516 100644 --- a/.github/workflows/build-shit.yml +++ b/.github/workflows/build-shit.yml @@ -19,6 +19,8 @@ jobs: token: ${{ secrets.GH_RO_PAT }} - name: check whether submodules exist run: | + git config --global --add safe.directory $GITHUB_WORKSPACE + # debug output echo gh=${{ github.sha }} echo head=$(git rev-parse HEAD)