From 90a4a25b06bb124a11e867b3abf369acf0297fe1 Mon Sep 17 00:00:00 2001 From: liyp Date: Thu, 10 Apr 2025 16:06:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=A9=BA=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/AutoGenerateREADME.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/AutoGenerateREADME.yaml b/.gitea/workflows/AutoGenerateREADME.yaml index c18376f..d628ac2 100644 --- a/.gitea/workflows/AutoGenerateREADME.yaml +++ b/.gitea/workflows/AutoGenerateREADME.yaml @@ -6,6 +6,7 @@ on: - main # 添加条件判断 if: "!contains(github.event.head_commit.message, 'AutoGenerateREADME.md')" + jobs: create-readme: runs-on: ubuntu-latest