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 8b23683 commit 28cb792
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/sync-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ jobs:
- uses: actions/checkout@v4
with:
ref: mm-unstable
- name: show-remote
run: git remote -v
- name: remove-local-mm-unstable
run: git branch -d mm-unstable
- name: pull-kernel-mm-unstable
run: git pull kernel mm-unstable
- name: push-mm-stable
run: git push origin mm-unstable


0 comments on commit 28cb792

Please sign in to comment.