Commit b6b620b
committed
Add a global git safe directory
After this change:
root@390257b4c39c:/tmp# git config --global --list
safe.directory=*
This fixes file ownership mismatches between Docker and the GitHub CI
user which happen via the checkout action. We can likely revert this if
it gets fixed upstream.1 parent 7fafe7d commit b6b620b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
0 commit comments