From 601b80c5f4c15b3e271ac0d7c827a78bdbdeff10 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 5 Jul 2026 08:37:59 -0400 Subject: [PATCH] ci: pin website checkout branch --- .github/workflows/website-installer-sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/website-installer-sync.yml b/.github/workflows/website-installer-sync.yml index e1e6345560e..e19af830194 100644 --- a/.github/workflows/website-installer-sync.yml +++ b/.github/workflows/website-installer-sync.yml @@ -146,6 +146,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: repository: openclaw/openclaw.ai + ref: main token: ${{ env.OPENCLAW_GH_TOKEN }} path: openclaw.ai