From b3caf313f54d1c78ca10a9521e4ce413ad6b22a9 Mon Sep 17 00:00:00 2001 From: sidey79 <7968127+sidey79@users.noreply.github.com> Date: Tue, 14 Dec 2021 21:39:11 +0100 Subject: [PATCH] Update mirror.yml Fix Iteration --- .github/workflows/mirror.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index bc0842889..0ffa43d5c 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -82,12 +82,12 @@ jobs: RET=124 c=1 while [ $RET -eq 124 ]; do - echo "::group::Fetch ${c}/4" + echo "::group::Fetch ${c}/5" timeout 600 git svn --log-window-size=200 -q fetch && RET=$? || true if [ "$RET" -ne 0 ] && [ "$RET" -ne 124 ]; then echo "::set-output name=SVN_FETCH_STATUS::error" fi - ((c++)) && ((c==4)) && break + ((c++)) && ((c==6)) && break echo "::endgroup::" done if [ "$RET" -eq 0 ]; then