- name: 'Download Samsung Kernels'
- description: "initialize and download the samsung kernel"
- runs:
- using: composite
- steps:
- - name: Clone Kernel Source
- shell: bash
- run: |
- git clone --depth 1 -b $BRANCH --single-branch https://github.com/WildKernels/Samsung_Kernels.git $CONFIG
|