Update sync-branches.yml

This commit is contained in:
机械小鸽 2024-12-18 19:45:43 +08:00 committed by GitHub
parent 735a1176a4
commit efaf252b10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,16 +75,6 @@ jobs:
git checkout -b staging opgm/staging git checkout -b staging opgm/staging
git push origin 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 - name: Add remote for ajouatom/openpilot
run: | run: |