diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 1709a4deb..798bf481c 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -87,6 +87,7 @@ jobs: git checkout -f "master" git branch -a #git rebase "remotes/svn/trunk" + git update-ref refs/remotes/svn/trunk git svn rebase "remotes/svn/trunk" -l echo "::set-output name=SVN_FETCH_STATUS::complete" elif [[ $RET != 124 ]]; then