update workflows

Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
crueter
2025-07-06 15:35:44 -04:00
parent a20959fab7
commit 8bda0a1c96
3 changed files with 4 additions and 5 deletions

View File

@@ -14,8 +14,7 @@ runs:
- name: Checkout Repo
shell: bash
run: |
while ! git clone https://crueter:${{ env.FORGEJO_TOKEN }}@git.eden-emu.dev/eden-emu/eden.git eden; do
while ! git clone https://git.bixed.xyz/Bix/eden.git eden; do
echo "Clone failed!"
sleep 5
echo "Trying clone again..."