From 212bb2fa156974556e809aecf5ebfea659d1f317 Mon Sep 17 00:00:00 2001 From: Lance Yang Date: Mon, 18 Mar 2024 15:57:42 +0800 Subject: [PATCH] Update sync-repo.yml --- .github/workflows/sync-repo.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-repo.yml b/.github/workflows/sync-repo.yml index 78506ac2857d24..e469253fea6f41 100644 --- a/.github/workflows/sync-repo.yml +++ b/.github/workflows/sync-repo.yml @@ -24,11 +24,12 @@ jobs: cd linux git remote add kernel git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm git remote -v + git ls-remote kernel - name: pull-push-mm-unstable run: | cd linux - git checkout -b mm-unstable-local kernel/mm-unstable + git checkout -b mm-unstable-local kernel mm-unstable git push -f origin mm-unstable-local:mm-unstable - uses: actions/checkout@v4