diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index d64eb6f02..db5baa886 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -93,7 +93,6 @@ jobs: RET=0 timeout 1200 git svn -q fetch || timeout 120 git svn -q fetch || RET=$?; # Limit each run to 20 minutes to not overload fhem.de servers and build cache in chunks if [[ $RET == 0 ]]; then - git checkout travis git branch -f master git checkout master git config --global user.email "actions@gitbhub.com"