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 590d45c commit a890992
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: mm-stable
run: git fetch mm-stable && git checkout mm-stable
- uses: actions/checkout@v4
with:
ref: mm-stable
- name: set-remote
run: git remote set-url origin git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
- name: show-remote
Expand Down

0 comments on commit a890992

Please sign in to comment.