Daniel Gibbs
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.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 }} |
|
|
|