From 19820f4ee1784acdce41a87f0097e8e87ffa5a3c Mon Sep 17 00:00:00 2001 From: lzh Date: Fri, 12 Dec 2025 16:10:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20cicd-=E8=B0=83=E6=95=B45?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-deploy.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci-deploy.yml b/.gitea/workflows/ci-deploy.yml index 3d5617d..162875d 100644 --- a/.gitea/workflows/ci-deploy.yml +++ b/.gitea/workflows/ci-deploy.yml @@ -10,10 +10,9 @@ jobs: runs-on: xw-runner steps: # 1. 检出代码 - # 使用官方 actions/checkout,比手写 git 命令更简洁 - # 注意:如果 Runner 无法访问外网 GitHub,需要在 Gitea 管理后台配置 Actions 镜像或使用本地 clone 逻辑 + # 使用 Gitea 官方镜像 URL,避免 Runner 无法访问 GitHub - name: Checkout - uses: actions/checkout@v3 + uses: https://gitea.com/actions/checkout@v3 # 2. 登录镜像仓库 (如果有配置) - name: Login to Docker Registry