X Tutup
Skip to content

Commit ee76a1f

Browse files
committed
trust dir in cygwin workflow
1 parent 108c6ed commit ee76a1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cygwin-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: Force LF line endings
2121
run: git config --global core.autocrlf input
2222

23+
- name: Tell git to trust this directory
24+
run: git config --global --add safe.directory /cygdrive/d/a/gitpython-639/gitpython-639/.git
25+
2326
- uses: actions/checkout@v4
2427
with:
2528
fetch-depth: 0

0 commit comments

Comments
 (0)
X Tutup