From 0fd70d927f8f08fe9cce49e9c34026b90e26e817 Mon Sep 17 00:00:00 2001 From: perl_d Date: Fri, 7 Aug 2026 10:34:36 +0200 Subject: [PATCH] fix ci --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b0f34e8..28a7f60 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -16,6 +16,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v5 + with: + fetch-depth: 0 - name: Setup uses: ./.gitea/actions/install