We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da60ece commit 97d74ebCopy full SHA for 97d74eb
.github/workflows/cygwin-test.yml
@@ -20,16 +20,6 @@ jobs:
20
- name: Force LF line endings
21
run: git config --global core.autocrlf input
22
23
- - name: Create tmp using bash
24
- run: bash -c 'mkdir /tmp'
25
-
26
- - name: Tell git to trust this directory
27
- run: |
28
- git config --global --add safe.directory *
29
- git config --global --add safe.directory /cygdrive/d/a/gitpython-639/gitpython-639
30
- git config --global --add safe.directory /cygdrive/d/a/gitpython-639/gitpython-639/.git
31
- git config --list --show-origin
32
33
- uses: actions/checkout@v4
34
with:
35
fetch-depth: 0
0 commit comments