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 bd06e3a commit b4cd788
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/sync-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,14 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: mm-unstable
ref: mm-stable
- name: add-kernel-remote
run: git remote add kernel git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
- name: show-remote
run: git remote -v
- uses: actions/checkout@v4
with:
ref: mm-stable
- name: remove-local-mm-unstable
run: git branch -d mm-unstable
- name: pull-kernel-mm-unstable
run: git pull kernel mm-unstable:mm-unstable
run: git pull kernel mm-unstable:mm-unstable-local
- name: push-mm-unstable
run: git push -f origin mm-unstable:mm-unstable
run: git push -f origin mm-unstable-local:mm-unstable


0 comments on commit b4cd788

Please sign in to comment.