fix: force HTTP/1.1 for git clone on runner
Some checks failed
Deploy to Server / deploy (push) Failing after 0s

This commit is contained in:
爽哒哒
2026-03-21 03:04:32 +08:00
parent 2f3ec26ea2
commit 2d5246e6e5

View File

@@ -7,6 +7,7 @@ jobs:
steps:
- name: Checkout code
run: |
git config --global http.version HTTP/1.1
git clone --depth=1 https://sdd:zsj981107@gitea.tangledup-ai.com/quant-speed-AI/Scoring-System.git /tmp/scoring-deploy
- name: Install sshpass