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

commit

+18
+18
.tangled/workflows/mirror.yml
··· 1 + when: 2 + - event: ["push", "manual"] 3 + branch: ["main"] 4 + 5 + engine: "nixery" 6 + 7 + dependencies: 8 + nixpkgs: 9 + - git 10 + 11 + steps: 12 + - name: "Mirror Aethel upstream into this repository" 13 + command: | 14 + rm -rf upstream-mirror 15 + git clone --mirror https://github.com/Aethel-Labs/aethel upstream-mirror 16 + cd upstream-mirror 17 + git remote set-url --push origin "$GIT_REMOTE_URL" 18 + git push --mirror