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 }}