From b38b27d0a3aed959261e3bf436ad9bee4072a67e Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Thu, 28 Mar 2024 15:58:39 -0300 Subject: [PATCH] Update sync.yml --- .github/workflows/sync.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index bde7e0ddf4b1..6b48009ca061 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -20,10 +20,11 @@ jobs: git remote -v git fetch upstream main git branch -va + git branch upstream-main upstream/main + git push origin upstream-main + git checkout main git rebase upstream/main git push -f origin - git branch upstream-main upstream/main #git fetch origin upstream_main #git checkout upstream_main #git rebase upstream/main - git push origin upstream-main