Skip to content

Commit

Permalink
added new actions for testing sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuchitra532 committed Nov 15, 2023
1 parent 2742b84 commit b0f5ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b0f5ca7

Please sign in to comment.