Skip to content

Update sync-repo.yml #5

Update sync-repo.yml

Update sync-repo.yml #5

Workflow file for this run

name: SYNC REPO
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: mm-stable
run: git fetch mm-stable && git checkout 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
run: git remote -v
- name: pull-mm-stable
run: git pull