From 9211183f2d4f9c633bbc3e96719653589856ee2a Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 12 Jan 2026 00:04:13 +0000 Subject: [PATCH] ci: fix installer smoke clone --- .github/workflows/install-smoke.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/install-smoke.yml b/.github/workflows/install-smoke.yml index 49c215bf1..ddff92b1c 100644 --- a/.github/workflows/install-smoke.yml +++ b/.github/workflows/install-smoke.yml @@ -20,8 +20,11 @@ jobs: - name: Enable Corepack run: corepack enable - - name: Clone installer site - run: git clone --depth=1 https://github.com/clawdbot/clawd.bot ../clawd.bot + - name: Checkout installer site + uses: actions/checkout@v4 + with: + repository: clawdbot/clawd.bot + path: ../clawd.bot - name: Install pnpm deps (minimal) run: pnpm install --ignore-scripts --frozen-lockfile