From 573b4368ede757a2ee43df1e080ecf37a8d5282f Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Tue, 21 Apr 2026 02:10:13 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@43734b1dbd7ef4c5ee03f515ea85ac8649d97bf1 --- .openclaw-sync/source.json | 4 ++-- docs/ci.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 8a9adc49a..52c384e37 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "b938e6398b54409ee70d208cf7f90fba3e2b33c1", - "syncedAt": "2026-04-21T02:03:46.628Z" + "sha": "43734b1dbd7ef4c5ee03f515ea85ac8649d97bf1", + "syncedAt": "2026-04-21T02:10:13.243Z" } diff --git a/docs/ci.md b/docs/ci.md index d8fdf5b37..e467fd0f0 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -63,6 +63,8 @@ GitHub may mark superseded jobs as `cancelled` when a newer push lands on the sa | `blacksmith-32vcpu-windows-2025` | `checks-windows` | | `macos-latest` | `macos-node`, `macos-swift` | +Blacksmith Linux jobs use `useblacksmith/checkout` so repeat CI runs can reuse the Blacksmith git mirror cache. Windows and macOS jobs stay on upstream `actions/checkout`. + ## Local Equivalents ```bash