From 57026d652cd5ba8a587bceec47fc14e068fdd492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Fri, 12 Dec 2025 20:45:26 +0100 Subject: [PATCH] ci: chromatic with fetch-depth: 0 --- .github/workflows/chromatic.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 73eda18..9c9347c 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -19,6 +19,8 @@ jobs: STORYBOOK_DISABLE_TELEMETRY: "1" steps: - uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1 + with: + fetch-depth: 0 - uses: "pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061" # v4.2.0