tangled
alpha
login
or
join now
scanash.com
/
aethel
0
fork
atom
Aethel Bot OSS repository!
aethel.xyz
bot
fun
ai
discord
discord-bot
aethel
0
fork
atom
overview
issues
pulls
pipelines
commit
scanash.com
3 months ago
97e9e950
77b53423
0/1
mirror.yml
failed
2s
+18
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
mirror.yml
+18
.tangled/workflows/mirror.yml
reviewed
···
1
1
+
when:
2
2
+
- event: ["push", "manual"]
3
3
+
branch: ["main"]
4
4
+
5
5
+
engine: "nixery"
6
6
+
7
7
+
dependencies:
8
8
+
nixpkgs:
9
9
+
- git
10
10
+
11
11
+
steps:
12
12
+
- name: "Mirror Aethel upstream into this repository"
13
13
+
command: |
14
14
+
rm -rf upstream-mirror
15
15
+
git clone --mirror https://github.com/Aethel-Labs/aethel upstream-mirror
16
16
+
cd upstream-mirror
17
17
+
git remote set-url --push origin "$GIT_REMOTE_URL"
18
18
+
git push --mirror