From 4546eb0d150b0b852023b4589c6f0748dcacf4f2 Mon Sep 17 00:00:00 2001 From: liyp Date: Thu, 10 Apr 2025 14:18:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=89=E5=8F=96checkout=E6=89=80=E6=9C=89?= =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/AutoGenerateREADME.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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