diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 27b67d4..c41d836 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,8 +13,21 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Get Variables and Clone - uses: ./.github/workflows/clone + - name: Get Variables + uses: ./.github/workflows/parse + + - name: Checkout Repo + shell: bash + run: | + while ! git clone https://git.bixed.xyz/Bix/eden.git eden; do + echo "Clone failed!" + sleep 5 + echo "Trying clone again..." + rm -rf ./eden || true + done + + cd eden + git reset --hard $FORGEJO_TAG - name: Pack run: |