Update sync-branches.yml

This commit is contained in:
机械小鸽 2025-03-13 18:20:00 +08:00 committed by GitHub
parent 26c61dc9fe
commit 3ecb3bf711
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ jobs:
- name: Add the source repository as a remote and fetch branches - name: Add the source repository as a remote and fetch branches
run: | run: |
git remote add upstream https://github.com/ajouatom/openpilot.git git remote add upstream https://github.com/ajouatom/openpilot.git
git fetch upstream v8-wip3 v8-wip3-da --no-tags git fetch upstream v8-wip4 v8-wip4-da --no-tags
# 3. Push v8-wip2 branch to your repository # 3. Push v8-wip2 branch to your repository
- name: Push v8-wip4 branch to your repository - name: Push v8-wip4 branch to your repository