Aethel Bot OSS repository! aethel.xyz
bot fun ai discord discord-bot aethel

ys

+3 -2
+3 -2
.tangled/workflows/mirror.yml
··· 12 12 - name: "Mirror Aethel upstream into this repository" 13 13 command: | 14 14 rm -rf upstream-mirror 15 - git clone --mirror https://github.com/Aethel-Labs/aethel upstream-mirror 15 + GIT_ASKPASS=true \ 16 + git clone --mirror https://github.com/Aethel-Labs/aethel.git upstream-mirror 16 17 cd upstream-mirror 17 18 git remote set-url --push origin "$GIT_REMOTE_URL" 18 - git push --mirror 19 + git push --mirror