From bb08b7d510de70df813e23bdc6fc6876bf0c9cff Mon Sep 17 00:00:00 2001 From: crueter Date: Wed, 9 Jul 2025 16:56:55 -0400 Subject: [PATCH] new repo Signed-off-by: crueter --- .github/workflows/build.yml | 2 +- .github/workflows/clone/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c41d836..7268075 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout Repo shell: bash run: | - while ! git clone https://git.bixed.xyz/Bix/eden.git eden; do + while ! git clone https://git.eden-emu.dev/eden-emu/eden.git eden; do echo "Clone failed!" sleep 5 echo "Trying clone again..." diff --git a/.github/workflows/clone/action.yml b/.github/workflows/clone/action.yml index b9600f8..aca4ec1 100644 --- a/.github/workflows/clone/action.yml +++ b/.github/workflows/clone/action.yml @@ -14,7 +14,7 @@ runs: - name: Checkout Repo shell: bash run: | - while ! git clone https://git.bixed.xyz/Bix/eden.git eden; do + while ! git clone https://git.eden-emu.dev/eden-emu/eden.git eden; do echo "Clone failed!" sleep 5 echo "Trying clone again..."