From f5cda14ce42095a9457e3cd9d739cd63c9822856 Mon Sep 17 00:00:00 2001 From: sidey79 <7968127+sidey79@users.noreply.github.com> Date: Sat, 3 Sep 2022 21:57:03 +0200 Subject: [PATCH] Update mirror.yml remove checkout travis branch on mirror git repo --- .github/workflows/mirror.yml | 1 - 1 file changed, 1 deletion(-) 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"