From b0f5ca7b6f66dfa0f9368350b0261e7ec0351675 Mon Sep 17 00:00:00 2001 From: suchitra Date: Wed, 15 Nov 2023 13:39:11 +0000 Subject: [PATCH] added new actions for testing sync --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 8ca99dcef..fff763824 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -43,7 +43,7 @@ jobs: - name: GitHub Sync to Upstream Repository uses: rovast/sync-upstream-repo@v0.0.1 with: - upstream_repo: https://github.com/YoYoGames/GameMaker-Manual.git # change this + upstream_repo: https://github.com/YoYoGames/GameMaker-Manual # change this upstream_branch: develop # change this downstream_branch: develop # change this token: ${{ secrets.GH_TOKEN }}