diff --git a/.gitea/workflows/AutoGenerateREADME.yaml b/.gitea/workflows/AutoGenerateREADME.yaml index 4556576..5f32f9d 100644 --- a/.gitea/workflows/AutoGenerateREADME.yaml +++ b/.gitea/workflows/AutoGenerateREADME.yaml @@ -12,7 +12,7 @@ jobs: # 以下是steps steps: - name: 检出仓库 - uses: https://gitee.com/actions-mirror/checkout@v4 + uses: https://git.linuxacme.com/iorebuild/checkout@v4 with: fetch-depth: 0 # 启用子模块支持