Skip to content

Commit

Permalink
fixes for syncing translated repos from main
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuchitra532 committed Nov 15, 2023
1 parent 757cf72 commit 3ee68ca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
destination_branch: "develop"
github_token: ${{ secrets.GH_TOKEN }}
sync_tags: "true"
# - name: repo-sync-lts-2022-r1
# uses: repo-sync/github-sync@v2
# with:
# source_repo: "https://${{ secrets.GH_TOKEN }}@github.com//YoYoGames/GameMaker-Manual.git"
# source_branch: "lts-2022-r1"
# destination_branch: "lts-2022-r1"
# github_token: ${{ secrets.GH_TOKEN }}
# sync_tags: "true"
- name: repo-sync-lts-2022-r1
uses: repo-sync/github-sync@v2
with:
source_repo: "https://${{ secrets.GH_TOKEN }}@github.com//YoYoGames/GameMaker-Manual.git"
source_branch: "lts-2022-r1"
destination_branch: "lts-2022-r1"
github_token: ${{ secrets.GH_TOKEN }}
sync_tags: "true"

0 comments on commit 3ee68ca

Please sign in to comment.