From c7f27f8f5a3a7062c34b5638613e73f56c3df2d5 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 11 May 2020 22:58:18 +0100 Subject: [PATCH] Update git-sync.yml --- .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 0b4d619..2b92285 100644 --- a/.github/workflows/git-sync.yml +++ b/.github/workflows/git-sync.yml @@ -17,6 +17,6 @@ jobs: with: source_repo: "https://github.com/GameServerManagers/Game-Server-Configs" source_branch: "refs/heads/*" - destination_repo: "git@bitbucket.org:GameServerManagers/Game-Server-Configs.git" + destination_repo: "git@bitbucket.org:GameServerManagers/game-server-configs.git" destination_branch: "refs/heads/*" ssh_private_key: ${{ secrets.BITBUCKET_SECRET }}