From 829ab4a5e9006069b223d43b2956d0c3aa89b33f Mon Sep 17 00:00:00 2001
From: korvoj <korvoj@users.noreply.github.com>
Date: Sun, 5 Mar 2023 11:40:11 +0100
Subject: [PATCH] Use debug version of git-sync

---
 .github/workflows/git-sync.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/git-sync.yml b/.github/workflows/git-sync.yml
index 288434bb..395f16c4 100644
--- a/.github/workflows/git-sync.yml
+++ b/.github/workflows/git-sync.yml
@@ -4,7 +4,7 @@ jobs:
     runs-on: ubuntu-22.04
     steps:
       - name: git-sync
-        uses: korvoj/git-sync@5eacd8ac78ae91a984f3aa430b09a0051abb2dc0
+        uses: korvoj/git-sync@branch-removal-debug
         with:
           source_repo: 'git@github.com:nmaas-platform/nmaas-portal.git'
           source_branch: 'refs/remotes/source/*'
-- 
GitLab