From 27cf6c5fefc9aa4f6e96e3485da7faaba67ccd1a Mon Sep 17 00:00:00 2001 From: liyp Date: Thu, 10 Apr 2025 16:29:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E6=B7=BB=E5=8A=A0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=91=E5=B8=83=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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/AutoGenerateREADME.yaml b/.gitea/workflows/AutoGenerateREADME.yaml index e9c7f6f..606e57f 100644 --- a/.gitea/workflows/AutoGenerateREADME.yaml +++ b/.gitea/workflows/AutoGenerateREADME.yaml @@ -39,10 +39,10 @@ jobs: run: | echo "# ActionDemo测试文档标题" > README.md - - name : 获取提交记录到README.md文件 - run: | - # 获取提交记录并追加到 README.md - git log --pretty=format:"- %h %ad %s" --date=short >> README.md + # - name : 获取提交记录到README.md文件 + # run: | + # # 获取提交记录并追加到 README.md + # git log --pretty=format:"- %h %ad %s" --date=short >> README.md - name: 获取版本发布记录到README.md文件 run: |