From c3ecce40449e240d916361afda1906c6f16dd024 Mon Sep 17 00:00:00 2001 From: korvoj <korvoj@users.noreply.github.com> Date: Sun, 5 Mar 2023 11:41:29 +0100 Subject: [PATCH] Use release 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 395f16c4..a94b49c4 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@branch-removal-debug + uses: korvoj/git-sync@branch-removal with: source_repo: 'git@github.com:nmaas-platform/nmaas-portal.git' source_branch: 'refs/remotes/source/*' -- GitLab