Skip to content

Update sync-repo.yml #11

Update sync-repo.yml

Update sync-repo.yml #11

Workflow file for this run

name: SYNC REPO
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: mm-stable
- name: add-kernel-remote
run: git remote add kernel git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
- name: show-remote
run: git remote -v
- uses: actions/checkout@v4
with:
ref: mm-unstable
- name: show-remote
run: git remote -v