From 9010792b6e4446917def062f3c59afc11889f19b Mon Sep 17 00:00:00 2001 From: dongzi Date: Mon, 8 Jun 2026 13:17:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=84=9A=E6=9C=AC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/class-change-check.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/class-change-check.yml b/.gitea/workflows/class-change-check.yml index 07110b3..bee6298 100644 --- a/.gitea/workflows/class-change-check.yml +++ b/.gitea/workflows/class-change-check.yml @@ -16,10 +16,15 @@ jobs: steps: - name: 检出代码 run: | - git clone --depth=2 \ - "http://oauth2:${{ gitea.token }}@host.docker.internal:3000/${{ gitea.repository }}.git" \ - . + git config --global http.sslVerify false + git clone "https://${{ gitea.token }}@git.niujiekeji.com/${{ gitea.repository }}.git" . git checkout ${{ gitea.sha }} +# +# run: | +# git clone --depth=2 \ +# "http://oauth2:${{ gitea.token }}@host.docker.internal:3000/${{ gitea.repository }}.git" \ +# . +# git checkout ${{ gitea.sha }} - name: 检查配置文件与预编译 jar run: |