Fix git clone: Remove invalid --depth=0 parameter
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
run: |
|
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
|
git remote set-url origin https://git.coded.law/${{ github.repository }}.git
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
|
|||||||
Reference in New Issue
Block a user