From 119887f69c45942f1e3bcc72099772a6116dc557 Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Sat, 28 Oct 2023 14:45:00 -0300 Subject: [PATCH] Update sync.yml --- .github/workflows/sync.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 2b47af218b7d..bde7e0ddf4b1 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -22,3 +22,8 @@ jobs: git branch -va 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