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 a8af9ea commit 212bb2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
cd linux
git remote add kernel git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
git remote -v
git ls-remote kernel
- name: pull-push-mm-unstable
run: |
cd linux
git checkout -b mm-unstable-local kernel/mm-unstable
git checkout -b mm-unstable-local kernel mm-unstable
git push -f origin mm-unstable-local:mm-unstable
- uses: actions/checkout@v4
Expand Down

0 comments on commit 212bb2f

Please sign in to comment.