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 38bc89c commit 0cf3aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
ref: mm-stable
- name: add-kernel-remote
run: git remote set-url kernel git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
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
Expand Down

0 comments on commit 0cf3aac

Please sign in to comment.