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