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 }}