Fix git clone: Remove invalid --depth=0 parameter

This commit is contained in:
2025-11-19 20:44:33 +01:00
parent f7a45d37de
commit b3af9d2ce2

View File

@@ -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