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 3b4e969 commit 38bc89c
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/sync-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,13 @@ jobs:
- uses: actions/checkout@v4
with:
ref: 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: pull-mm-stable
run: git pull
- name: set-remote
run: git remote set-url origin git://git@github.com:ioworker0/linux.git
- name: add-kernel-remote
run: git remote set-url kernel git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
- name: show-remote
run: git remote -v
- name: pull-kernel-mm-stable
run: git pull -f kernel
- name: push-mm-stable
run: git push
run: git push -f origin


0 comments on commit 38bc89c

Please sign in to comment.