Mirror — see github.com/blacksky-algorithms/blacksky.community
6
fork

Configure Feed

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

ci: detach HEAD before fetching origin refs

Same fix as rsky.

+4
+4
.github/workflows/tangle.yml
··· 37 37 # the destination instead of as proper branches. Materialize them 38 38 # under refs/heads/* first so the mirror push lands them as real 39 39 # branches that forge can render. 40 + # 41 + # Detach HEAD before fetching so the fetch can overwrite 42 + # refs/heads/<currently-checked-out-branch> without git refusing. 43 + git -c advice.detachedHead=false checkout --detach 40 44 git fetch origin '+refs/heads/*:refs/heads/*' '+refs/tags/*:refs/tags/*' 41 45 git remote add tangled git@knot.blacksky.community:blackskyweb.xyz/blacksky.community 42 46 git push --mirror tangled