2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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..."
|
||||
|
||||
2
.github/workflows/clone/action.yml
vendored
2
.github/workflows/clone/action.yml
vendored
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user