diff --git a/.gitea/workflows/AutoGenerateREADME.yaml b/.gitea/workflows/AutoGenerateREADME.yaml index e71e92c..247dc9c 100644 --- a/.gitea/workflows/AutoGenerateREADME.yaml +++ b/.gitea/workflows/AutoGenerateREADME.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout code run: | - git clone --depth=0 https://gitea.com/actions/checkout.git . + git clone https://gitea.com/actions/checkout.git . - name: Get repository name id: repo-name