diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 3db15ad3e..70f8403be 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -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"