2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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!"
|
echo "Clone failed!"
|
||||||
sleep 5
|
sleep 5
|
||||||
echo "Trying clone again..."
|
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
|
- name: Checkout Repo
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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!"
|
echo "Clone failed!"
|
||||||
sleep 5
|
sleep 5
|
||||||
echo "Trying clone again..."
|
echo "Trying clone again..."
|
||||||
|
|||||||
Reference in New Issue
Block a user