Commit 26adaf8
fix(ci): Add git safe.directory to Playwright Docker image
The container runs as root but the GitHub Actions workspace is owned by
a different user, causing "dubious ownership" errors when rollup (or
other tools) shell out to git. Baking `safe.directory '*'` into the
image fixes this for all container jobs.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 2c12e4d commit 26adaf8
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments