From d8ad56fdef864d8db73fb35f9547fa8a9dc00774 Mon Sep 17 00:00:00 2001 From: DWesl <22566757+DWesl@users.noreply.github.com> Date: Fri, 10 Jun 2022 18:16:29 -0400 Subject: CI: Mark GHA repo safe for Git to use --- .github/workflows/cygwin-test.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') diff --git a/.github/workflows/cygwin-test.yml b/.github/workflows/cygwin-test.yml index f38f2bd6..1ec5391a 100644 --- a/.github/workflows/cygwin-test.yml +++ b/.github/workflows/cygwin-test.yml @@ -24,6 +24,9 @@ jobs: - uses: cygwin/cygwin-install-action@v2 with: packages: python39 python39-pip git + - name: Tell git to trust this repo + shell: bash.exe -eo pipefail -o igncr "{0}" + run: git config --global --add safe.directory $(pwd) - name: Install dependencies and prepare tests shell: bash.exe -eo pipefail -o igncr "{0}" run: | -- cgit v1.2.1