diff --git a/.forgejo/workflows/mirror-repository.yml b/.forgejo/workflows/mirror-repository.yml index 98508092296..ef4c9be2f5e 100644 --- a/.forgejo/workflows/mirror-repository.yml +++ b/.forgejo/workflows/mirror-repository.yml @@ -47,4 +47,6 @@ jobs: git tag -a $tag -m $tag done < missing_tags - name: Push to destination - run: git push --force origin refs/tags/*:refs/tags/* --tags + run: | + git config --global http.postBuffer 157286400 + git push --force origin refs/tags/*:refs/tags/* --tags