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