Skip to content

Commit

Permalink
Update sync-repo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ioworker0 authored Mar 18, 2024
1 parent 1c6762e commit 590d45c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 590d45c

Please sign in to comment.