action.yml 377 B

12345678910111213
  1. name: clone dependencies
  2. description: dependencies
  3. runs:
  4. using: composite
  5. steps:
  6. - name: clone susfs and change commit if necessary, and clone kernel patches
  7. shell: bash
  8. run: |
  9. ANYKERNEL_BRANCH="gki-2.0"
  10. git clone https://github.com/WildKernels/kernel_patches.git
  11. git clone https://github.com/WildKernels/AnyKernel3.git -b "$ANYKERNEL_BRANCH"