From 590d45ce05ea6f8a27d017bf6ccf04350b9a9a45 Mon Sep 17 00:00:00 2001 From: Lance Yang Date: Mon, 18 Mar 2024 09:42:57 +0800 Subject: [PATCH] Update sync-repo.yml --- .github/workflows/sync-repo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-repo.yml b/.github/workflows/sync-repo.yml index 7453ae058c348a..44452148eae480 100644 --- a/.github/workflows/sync-repo.yml +++ b/.github/workflows/sync-repo.yml @@ -10,11 +10,11 @@ jobs: steps: - uses: actions/checkout@v3 + - name: mm-stable + run: git fetch mm-stable && git checkout mm-stable - name: set-remote run: git remote set-url origin git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm - name: show-remote run: git remote -v - - name: mm-stable - run: git fetch mm-stable && git checkout mm-stable - name: pull-mm-stable run: git pull