From 61052f908a135aa014e8dfe49ed8cf89b5e3b958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Wed, 18 Dec 2024 15:18:31 +0100 Subject: [PATCH] ci: non-shallow copy --- .github/workflows/generate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index c860411..1e56e78 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -32,6 +32,8 @@ jobs: fi - uses: actions/checkout@v3 + with: + fetch-depth: '0' - uses: actions/setup-node@v4 with: node-version: 20