We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cea0a1 commit b73a09aCopy full SHA for b73a09a
1 file changed
.github/workflows/coverage.yml
@@ -67,6 +67,9 @@ jobs:
67
with:
68
fetch-depth: 0
69
70
+ - name: Mark workspace as safe for git
71
+ run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
72
+
73
- name: Install dependencies
74
uses: ./.github/actions/install_unix_deps
75
continue-on-error: false
0 commit comments