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 0e254f8 commit 8b23683
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/sync-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
run: git remote add 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 kernel mm-stable
- name: push-mm-stable
run: git push origin mm-stable
- uses: actions/checkout@v4
with:
ref: mm-unstable
- name: show-remote
run: git remote -v


0 comments on commit 8b23683

Please sign in to comment.