From f905e1e96e45f8b3181f1b5ba8a324d28486fff6 Mon Sep 17 00:00:00 2001 From: sidey79 <7968127+sidey79@users.noreply.github.com> Date: Wed, 1 Dec 2021 23:11:42 +0100 Subject: [PATCH] Update mirror.yml try local rebase --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 19563693e..1709a4deb 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -87,7 +87,7 @@ jobs: git checkout -f "master" git branch -a #git rebase "remotes/svn/trunk" - git svn rebase + git svn rebase "remotes/svn/trunk" -l echo "::set-output name=SVN_FETCH_STATUS::complete" elif [[ $RET != 124 ]]; then echo "::set-output name=SVN_FETCH_STATUS::error"