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..."