From 510f717f63a923b927589f5b61b002ffdd422605 Mon Sep 17 00:00:00 2001
From: sidey79 <7968127+sidey79@users.noreply.github.com>
Date: Sun, 7 Nov 2021 03:08:00 +0100
Subject: [PATCH] Update mirror.yml

checkout master not main
---
 .github/workflows/mirror.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml
index 05faa5127..a81815002 100644
--- a/.github/workflows/mirror.yml
+++ b/.github/workflows/mirror.yml
@@ -87,7 +87,7 @@ 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 -f "main"
+            git checkout -f "master"
             git rebase "remotes/svn/trunk"
             git add .github/* -m "add workflow files"
             echo "::set-output name=SVN_FETCH_STATUS::complete"