From 512e76a249d8226d139b139cb12c129fd4cd5b00 Mon Sep 17 00:00:00 2001
From: Markus Pesch <markus.pesch@cryptic.systems>
Date: Mon, 14 Apr 2025 17:08:46 +0200
Subject: [PATCH] chore(workflows): fetch all commits

---
 .gitea/workflows/sync.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitea/workflows/sync.yaml b/.gitea/workflows/sync.yaml
index b9a6ec9..d939e24 100644
--- a/.gitea/workflows/sync.yaml
+++ b/.gitea/workflows/sync.yaml
@@ -15,6 +15,8 @@ jobs:
     - ubuntu-latest
     steps:
     - uses: actions/checkout@v4.2.2
+      with:
+        fetch-depth: 0
     - name: Configure SSH client
       run: |
         mkdir ~/.ssh || true