Update mirror.yml

remove checkout travis branch on mirror git repo
This commit is contained in:
sidey79 2022-09-03 21:57:03 +02:00 committed by GitHub
parent 326bea9940
commit f5cda14ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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"