From 76a409707714074082410f16c3f6b290bc52f30d Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 11 May 2020 23:42:48 +0100 Subject: [PATCH] Update git-sync.yml --- .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 2b92285..81cc280 100644 --- a/.github/workflows/git-sync.yml +++ b/.github/workflows/git-sync.yml @@ -16,7 +16,7 @@ jobs: uses: wei/git-sync@v2 with: source_repo: "https://github.com/GameServerManagers/Game-Server-Configs" - source_branch: "refs/heads/*" + source_branch: "master" destination_repo: "git@bitbucket.org:GameServerManagers/game-server-configs.git" - destination_branch: "refs/heads/*" + destination_branch: "master" ssh_private_key: ${{ secrets.BITBUCKET_SECRET }}