From 0000cf662c9fea36e4a205ea64e091a13f4c6db5 Mon Sep 17 00:00:00 2001 From: liyp Date: Thu, 10 Apr 2025 14:56:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8v1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/AutoGenerateREADME.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/AutoGenerateREADME.yaml b/.gitea/workflows/AutoGenerateREADME.yaml index b0c07a0..6bb2c10 100644 --- a/.gitea/workflows/AutoGenerateREADME.yaml +++ b/.gitea/workflows/AutoGenerateREADME.yaml @@ -4,13 +4,14 @@ on: push: branches: - main + - master jobs: update-readme: runs-on: ubuntu-latest steps: - name: Checkout code (Gitea version) - uses: https://gitea.com/gitea/act/src/branch/master/actions/checkout@v3 + uses: https://gitea.com/gitea/act/src/branch/master/actions/checkout@v1 with: fetch-depth: 0