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
ys
scanash.com
3 months ago
3ecea974
97e9e950
0/1
mirror.yml
failed
3s
+3
-2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
mirror.yml
+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
15
-
git clone --mirror https://github.com/Aethel-Labs/aethel upstream-mirror
15
15
+
GIT_ASKPASS=true \
16
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
18
-
git push --mirror
19
19
+
git push --mirror