From 43c3f8209045649363f18911a98af33e985a407c Mon Sep 17 00:00:00 2001
From: sidey79 <7968127+sidey79@users.noreply.github.com>
Date: Sat, 18 Dec 2021 21:41:26 +0100
Subject: [PATCH] Update mirror.yml

disable rm step
---
 .github/workflows/mirror.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml
index 0ffa43d5c..8364f2239 100644
--- a/.github/workflows/mirror.yml
+++ b/.github/workflows/mirror.yml
@@ -46,9 +46,9 @@ jobs:
           restore-keys: |
             ${{ runner.os }}-fhemsvndir-
 
-      - name: remove gitconfig
-        run: |
-          rm ./src/fhem-mirror/.git/config 
+      #- name: remove gitconfig
+      #  run: |
+      #    rm ./src/fhem-mirror/.git/config 
           
       - name: checkout main branch
         uses: actions/checkout@v2.4.0