diff --git a/.github/workflows/sync-branches.yml b/.github/workflows/sync-branches.yml index 84853c1..0ad140a 100644 --- a/.github/workflows/sync-branches.yml +++ b/.github/workflows/sync-branches.yml @@ -16,8 +16,7 @@ jobs: env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} run: | - git checkout stage-live - git pull --all git checkout stage-fork git merge origin/stage-live - git push \ No newline at end of file + git push origin stage-fork +