From 312cc2f19278afa947bf3c871ad70a8adeb0ae7c Mon Sep 17 00:00:00 2001 From: mocheng <3057647414@qq.com> Date: Mon, 23 Jun 2025 14:45:21 +0800 Subject: [PATCH] cicd --- .gitea/workflows/dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/dev.yml b/.gitea/workflows/dev.yml index bb2a6a0..5999560 100644 --- a/.gitea/workflows/dev.yml +++ b/.gitea/workflows/dev.yml @@ -8,8 +8,8 @@ jobs: steps: - name: Checkout code -# uses: http://47.109.37.87:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像 - uses: actions/checkout@v3 + uses: http://47.109.37.87:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像 +# uses: actions/checkout@v3 - name: Setup Node.js uses: actions/setup-node@v4 with: