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:
|
test-build-publish:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
|
- name: Configure Git transport
|
||||||
|
run: git config --global http.version HTTP/1.1
|
||||||
- uses: https://gitea.waternetwork.cn/actions/checkout@v4
|
- uses: https://gitea.waternetwork.cn/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user