From b3af9d2ce26b334ce5190894a234a189e508b4b0 Mon Sep 17 00:00:00 2001 From: Michael Hermann Date: Wed, 19 Nov 2025 20:44:33 +0100 Subject: [PATCH] Fix git clone: Remove invalid --depth=0 parameter --- .gitea/workflows/update-laws.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/update-laws.yaml b/.gitea/workflows/update-laws.yaml index 2be87ade..cdbea209 100644 --- a/.gitea/workflows/update-laws.yaml +++ b/.gitea/workflows/update-laws.yaml @@ -19,7 +19,7 @@ jobs: - name: Checkout repository run: | - git clone --depth=0 https://git.coded.law/${{ github.repository }}.git . + git clone https://git.coded.law/${{ github.repository }}.git . git remote set-url origin https://git.coded.law/${{ github.repository }}.git - name: Set up Python