wewrite/.github/workflows
wangzhuc ae37aa49e1 fix(ci): use full clone to prevent history loss on amend + force push
actions/checkout@v4 defaults to depth=1. When the CI amends the
triggering commit and force-pushes, the shallow history replaces
the full history on the remote — wiping all prior commits.

Fix: set fetch-depth: 0 for full clone.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 00:00:40 +08:00
..
build-openclaw.yml fix(ci): use full clone to prevent history loss on amend + force push 2026-04-02 00:00:40 +08:00