From 7103e23272746845043945072de3f8d7d7c3df85 Mon Sep 17 00:00:00 2001 From: liyp Date: Thu, 10 Apr 2025 14:20:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=90=86=E8=A7=A3=E4=BA=86=E4=BB=80=E4=B9=88?= =?UTF-8?q?=E6=84=8F=E6=80=9D=EF=BC=8C=E6=8B=89=E5=8F=96=E6=88=91=E8=87=AA?= =?UTF-8?q?=E5=B7=B1=E7=9A=84actiondemo=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/AutoGenerateREADME.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/AutoGenerateREADME.yaml b/.gitea/workflows/AutoGenerateREADME.yaml index 247dc9c..55d2ea3 100644 --- a/.gitea/workflows/AutoGenerateREADME.yaml +++ b/.gitea/workflows/AutoGenerateREADME.yaml @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout code + - name: ActionDemo run: | - git clone https://gitea.com/actions/checkout.git . + git clone https://git.linuxacme.com/iorebuild/ActionDemo.git . - name: Get repository name id: repo-name