From 0a25ddc8ef1d08e5a4da6a2f508186e4da278eba Mon Sep 17 00:00:00 2001 From: mocheng <3057647414@qq.com> Date: Thu, 14 Aug 2025 19:26:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/master.yml b/.gitea/workflows/master.yml index 90e57914..717822f0 100644 --- a/.gitea/workflows/master.yml +++ b/.gitea/workflows/master.yml @@ -13,7 +13,7 @@ jobs: steps: # 拉取代码 - name: Checkout code - uses: actions/checkout@v4 + uses: http://git.missmoc.top/mocheng/checkout@v4 # 使用服务器上的Maven构建项目 - name: Build with Maven