fix(ci): force http1.1 for gitea git transport
This commit is contained in:
parent
99f34c0f1d
commit
4b15d109d9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/sync-to-gitea.yml
vendored
2
.github/workflows/sync-to-gitea.yml
vendored
|
|
@ -37,6 +37,8 @@ jobs:
|
|||
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git config --global http.version HTTP/1.1
|
||||
git config --global http.postBuffer 524288000
|
||||
git remote remove gitea 2>/dev/null || true
|
||||
git remote add gitea "${TARGET}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue