From efaf252b10093fe2aa3a77f3383f78a233ea25f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=BA=E6=A2=B0=E5=B0=8F=E9=B8=BD?= <128568434+jixiexiaoge@users.noreply.github.com> Date: Wed, 18 Dec 2024 19:45:43 +0800 Subject: [PATCH] Update sync-branches.yml --- .github/workflows/sync-branches.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/sync-branches.yml b/.github/workflows/sync-branches.yml index 3459883..4e11780 100644 --- a/.github/workflows/sync-branches.yml +++ b/.github/workflows/sync-branches.yml @@ -75,16 +75,6 @@ jobs: git checkout -b staging opgm/staging git push origin staging - - name: Add remote for AlexandreSato/openpilot - run: | - git remote add alexandresato https://github.com/AlexandreSato/openpilot.git - git fetch alexandresato personal3 - - - name: Sync personal3 branch from AlexandreSato/openpilot - run: | - git branch -r | grep "origin/personal3" && git push origin --delete personal3 || echo "No conflict with personal3" - git checkout -b personal3 alexandresato/personal3 - git push origin personal3 - name: Add remote for ajouatom/openpilot run: |