脚本修改
All checks were successful
类变更检测 / class-change-check (push) Successful in 13s

This commit is contained in:
2026-06-08 13:17:43 +08:00
parent 84ae68be05
commit 9010792b6e

View File

@@ -16,10 +16,15 @@ jobs:
steps: steps:
- name: 检出代码 - name: 检出代码
run: | run: |
git clone --depth=2 \ git config --global http.sslVerify false
"http://oauth2:${{ gitea.token }}@host.docker.internal:3000/${{ gitea.repository }}.git" \ git clone "https://${{ gitea.token }}@git.niujiekeji.com/${{ gitea.repository }}.git" .
.
git checkout ${{ gitea.sha }} 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 - name: 检查配置文件与预编译 jar
run: | run: |