fix(ci): force HTTP/1.1 for checkout transport
Runner Canary / runner-canary (push) Successful in 1s
Runner Canary / runner-canary (push) Successful in 1s
This commit is contained in:
@@ -52,6 +52,8 @@ jobs:
|
||||
test-build-publish:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Configure Git transport
|
||||
run: git config --global http.version HTTP/1.1
|
||||
- uses: https://gitea.waternetwork.cn/actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
Reference in New Issue
Block a user