From ca993edac6363a0ca8334bd3df9fbc5b6decb9b8 Mon Sep 17 00:00:00 2001 From: Lluis Agusti Date: Wed, 25 Jun 2025 14:12:35 +0400 Subject: [PATCH] chore: not shallow copy --- .github/workflows/platform-frontend-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/platform-frontend-ci.yml b/.github/workflows/platform-frontend-ci.yml index d877b88e5e..4e7081b766 100644 --- a/.github/workflows/platform-frontend-ci.yml +++ b/.github/workflows/platform-frontend-ci.yml @@ -65,6 +65,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + fetch-depth: 0 - name: Set up Node.js uses: actions/setup-node@v4