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 9606314 commit a25f8ab
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/sync-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@ jobs:
git remote -v
git ls-remote kernel
- name: pull-push-mm-unstable
run: |
cd linux
git fetch kernel mm-unstable
git push -f origin kernel/mm-unstable:mm-unstable
# - name: pull-push-mm-unstable
# run: |
# cd linux
# git fetch kernel mm-unstable
# git push -f origin kernel/mm-unstable:mm-unstable

- uses: actions/checkout@v4
with:
ref: mm-stable
path: linux
# - uses: actions/checkout@v4
# with:
# ref: mm-stable
# path: linux

- name: pull-push-mm-stable
run: |
cd linux
git fetch kernel mm-stable
git push -f origin kernel/mm-stable:mm-unstable
# - name: pull-push-mm-stable
# run: |
# cd linux
# git fetch kernel mm-stable
# git push -f origin kernel/mm-stable:mm-unstable

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a25f8ab

Please sign in to comment.