Skip to content

Commit d8ad56f

Browse files
authored
CI: Mark GHA repo safe for Git to use
1 parent 3fc07ac commit d8ad56f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cygwin-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- uses: cygwin/cygwin-install-action@v2
2525
with:
2626
packages: python39 python39-pip git
27+
- name: Tell git to trust this repo
28+
shell: bash.exe -eo pipefail -o igncr "{0}"
29+
run: git config --global --add safe.directory $(pwd)
2730
- name: Install dependencies and prepare tests
2831
shell: bash.exe -eo pipefail -o igncr "{0}"
2932
run: |

0 commit comments

Comments
 (0)