From 30f9247aaf0d07aff784f337f95786270cc85017 Mon Sep 17 00:00:00 2001
From: Tim Haase <timhaase@gmx.net>
Date: Thu, 24 Feb 2022 13:55:39 +0100
Subject: [PATCH] Try removing branch specs

---
 .github/workflows/git-sync.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/git-sync.yml b/.github/workflows/git-sync.yml
index b4b2328..06539a1 100644
--- a/.github/workflows/git-sync.yml
+++ b/.github/workflows/git-sync.yml
@@ -7,7 +7,7 @@ jobs:
         uses: wei/git-sync@v3
         with:
           source_repo: "lepus2589/LoadStaticSharedTargets"
-          source_branch: "refs/remotes/source/*:refs/tags/*"
+          # source_branch: "refs/remotes/source/*:refs/tags/*"
           destination_repo: "${{ secrets.MIRROR_DESTINATION_REPO_URL }}"
-          destination_branch: "refs/heads/*:refs/tags/*"
+          # destination_branch: "refs/heads/*:refs/tags/*"
           destination_ssh_private_key: ${{ secrets.DESTINATION_SSH_PRIVATE_KEY }}
-- 
GitLab