We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c64b22b commit 77c4b1cCopy full SHA for 77c4b1c
.github/workflows/test.yml
@@ -33,4 +33,5 @@ jobs:
33
apk add git make ruby
34
git config --global --add safe.directory "$GITHUB_WORKSPACE"
35
echo "$GITHUB_WORKSPACE"
36
+ git config --global --get-all safe.directory
37
make ${{ matrix.check-target }}
0 commit comments