loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[CI] push forgejo branches to the specified destination (squash) verbose

(cherry picked from commit 848685d68d8bf7b7a38fea221db5e474cd30ea79)
(cherry picked from commit e8021f281f905e4499db4e67c91326932bfd613f)
(cherry picked from commit 2a4b3a2a4327c8000f0b583d91575c800c6035c4)

+2
+2
.forgejo/workflows/mirror.yml
··· 20 20 git fetch origin refs/heads/forgejo:refs/mirror/forgejo 21 21 git ls-remote origin refs/heads/v*/forgejo | while read sha full_ref ; do 22 22 ref=${full_ref#refs/heads/} 23 + echo git fetch origin $full_ref:refs/mirror/$ref 23 24 git fetch origin $full_ref:refs/mirror/$ref 24 25 done 26 + echo git push --force https://${{ vars.MIRROR_DESTINATION }} refs/mirror/*:refs/heads/* 25 27 git push --force https://any:${{ secrets.MIRROR_TOKEN }}@${{ vars.MIRROR_DESTINATION }} refs/mirror/*:refs/heads/*