From 59a1d64911302d6817de979ad16eb5c018627900 Mon Sep 17 00:00:00 2001
From: sidey79 <7968127+sidey79@users.noreply.github.com>
Date: Mon, 6 Dec 2021 22:20:09 +0100
Subject: [PATCH] Update mirror.yml

fix yaml error
---
 .github/workflows/mirror.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml
index 85b031c60..ab101dcda 100644
--- a/.github/workflows/mirror.yml
+++ b/.github/workflows/mirror.yml
@@ -115,8 +115,8 @@ jobs:
           pull: 'NO-PULL'
           push: false
 
-       - name: Recreate tags from svn
-         run: |
+      - name: Recreate tags from svn
+        run: |
            for tag in `git branch -r | grep "tags/" | sed 's/ tags\///'`; do
              git tag -a -m"Converting SVN tags" $tag refs/remotes/$tag
            done