X Tutup
Skip to content

Commit 5c6130d

Browse files
committed
another try
1 parent 695ec5f commit 5c6130d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cygwin-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
git config --global --add safe.directory *
2929
git config --global --add safe.directory /cygdrive/d/a/gitpython-639/gitpython-639
3030
git config --global --add safe.directory /cygdrive/d/a/gitpython-639/gitpython-639/.git
31+
git config --list --show-origin
3132
3233
- uses: actions/checkout@v4
3334
with:
@@ -71,7 +72,7 @@ jobs:
7172
- name: Test with pytest
7273
run: |
7374
set -x
74-
git config --global safe.directory *
75+
git config --global --add safe.directory '*'
7576
git config --global --add safe.directory /cygdrive/d/a/gitpython-639/gitpython-639
7677
git config --global --add safe.directory /cygdrive/d/a/gitpython-639/gitpython-639/.git
7778
/usr/bin/git config --global --add safe.directory "$(pwd)"

0 commit comments

Comments
 (0)
X Tutup