From 2312b529708e4e09bc24ac6843eedb8a8718c1c8 Mon Sep 17 00:00:00 2001 From: liyp Date: Sat, 12 Apr 2025 15:50:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E8=87=AA=E5=B7=B1=E8=BF=81?= =?UTF-8?q?=E7=A7=BB=E7=9A=84action=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/AutoRelease.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/AutoRelease.yaml b/.gitea/workflows/AutoRelease.yaml index 490afe7..2089d58 100644 --- a/.gitea/workflows/AutoRelease.yaml +++ b/.gitea/workflows/AutoRelease.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: 检出仓库 - uses: https://gitee.com/actions-mirror/checkout@v4 + uses: https://git.linuxacme.com/iorebuild/checkout@v4 with: fetch-depth: 0 # 启用子模块支持 @@ -129,7 +129,7 @@ jobs: echo "Body = ${{ steps.get-commit-log.outputs.commit_log }}" - name: 创建Gitea发布 - uses: https://gitea.com/actions/gitea-release-action@main + uses: https://git.linuxacme.com/iorebuild/gitea-release-action@main with: gitea_token: ${{ secrets.AUTOGENERATE }} gitea_instance_url: ${{ github.server_url }}