From 3ecb3bf7117b7d611f821e6db57344e9f2c4f2d8 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: Thu, 13 Mar 2025 18:20:00 +0800 Subject: [PATCH] Update sync-branches.yml --- .github/workflows/sync-branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-branches.yml b/.github/workflows/sync-branches.yml index 45fbe35..6adc05a 100644 --- a/.github/workflows/sync-branches.yml +++ b/.github/workflows/sync-branches.yml @@ -21,7 +21,7 @@ jobs: - name: Add the source repository as a remote and fetch branches run: | 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 - name: Push v8-wip4 branch to your repository