action.yml 387 B

123456789101112131415
  1. name: 'Download Samsung Kernels'
  2. description: "initialize and download the samsung kernel"
  3. inputs:
  4. branch:
  5. description: 'Device Kernel branch'
  6. required: true
  7. runs:
  8. using: composite
  9. steps:
  10. - name: Clone Kernel Source
  11. shell: bash
  12. run: |
  13. git clone --depth 1 -b ${{ inputs.branch }} --single-branch https://github.com/WildKernels/Samsung_Kernels.git $CONFIG