open-code-review/.github/workflows
kite 0881ad87b8
Some checks are pending
CI / test (push) Waiting to run
fix(ci): use --replace-all for git safe.directory to prevent self-hosted runner failure
On self-hosted runners, _github_home/.gitconfig persists across jobs.
The ocr-review workflow used --add which accumulated multiple safe.directory
values over time. Once multiple values existed, other workflows using plain
git config (without --add/--replace-all) failed with "cannot overwrite
multiple values with a single value".

Unify all workflows to use --replace-all, which clears previous values and
writes exactly one entry regardless of prior state.
2026-06-29 11:37:23 +08:00
..
ci.yml fix(ci): use --replace-all for git safe.directory to prevent self-hosted runner failure 2026-06-29 11:37:23 +08:00
deploy-pages.yml fix(ci): use --replace-all for git safe.directory to prevent self-hosted runner failure 2026-06-29 11:37:23 +08:00
ocr-review.yml fix(ci): use --replace-all for git safe.directory to prevent self-hosted runner failure 2026-06-29 11:37:23 +08:00
release.yml fix(ci): use --replace-all for git safe.directory to prevent self-hosted runner failure 2026-06-29 11:37:23 +08:00