mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
Update mirror.yml
try refs/remotes/svn/trunk
This commit is contained in:
parent
83509aae49
commit
9adfea08fd
4
.github/workflows/mirror.yml
vendored
4
.github/workflows/mirror.yml
vendored
@ -86,9 +86,7 @@ jobs:
|
|||||||
if [[ $RET == 0 ]]; then
|
if [[ $RET == 0 ]]; then
|
||||||
git checkout -f "master"
|
git checkout -f "master"
|
||||||
git branch -a
|
git branch -a
|
||||||
#git rebase "remotes/svn/trunk"
|
git svn rebase "refs/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"
|
echo "::set-output name=SVN_FETCH_STATUS::complete"
|
||||||
elif [[ $RET != 124 ]]; then
|
elif [[ $RET != 124 ]]; then
|
||||||
echo "::set-output name=SVN_FETCH_STATUS::error"
|
echo "::set-output name=SVN_FETCH_STATUS::error"
|
||||||
|
Loading…
Reference in New Issue
Block a user