|
|
@@ -25,7 +25,7 @@ on:
|
|
|
description: 'Include WILD?'
|
|
|
required: true
|
|
|
type: boolean
|
|
|
- default: false
|
|
|
+ default: true
|
|
|
include_ksu:
|
|
|
description: 'Include KSU?'
|
|
|
required: true
|
|
|
@@ -35,7 +35,7 @@ on:
|
|
|
description: 'Include NEXT?'
|
|
|
required: true
|
|
|
type: boolean
|
|
|
- default: true
|
|
|
+ default: false
|
|
|
include_mksu:
|
|
|
description: 'Include MKSU?'
|
|
|
required: true
|
|
|
@@ -56,23 +56,7 @@ on:
|
|
|
type: string
|
|
|
default: ""
|
|
|
|
|
|
-jobs:
|
|
|
- notify:
|
|
|
- runs-on: ubuntu-latest
|
|
|
- steps:
|
|
|
- - name: Send Telegram Notification
|
|
|
- run: |
|
|
|
- curl -X POST "https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendMessage" \
|
|
|
- -F chat_id="${{ secrets.TELEGRAM_CHAT_ID }}" \
|
|
|
- -F message_thread_id="${{ secrets.TELEGRAM_MESSAGE_THREAD_ID }}" \
|
|
|
- -F text="
|
|
|
- 🚀 Build started for Kernel!
|
|
|
- 📦 *Repository:* [${{ github.repository }}](https://github.com/${{ github.repository }})
|
|
|
- 🗂️ *Branch:* ${{ github.ref_name }}
|
|
|
- ✏️ *Commit:* [${{ github.sha }}](https://github.com/${{ github.repository }}/commit/${{ github.sha }})
|
|
|
- [🔗 View GitHub Run](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})" \
|
|
|
- -F parse_mode="Markdown"
|
|
|
-
|
|
|
+jobs:
|
|
|
set-matrix:
|
|
|
runs-on: ubuntu-latest
|
|
|
timeout-minutes: 120
|
|
|
@@ -237,7 +221,7 @@ jobs:
|
|
|
|
|
|
Features:
|
|
|
-> Wild KSU Kernels & Others
|
|
|
- -> Multi Manager Support for Wild Kernels & Next Kernels (Not Recommended)
|
|
|
+ -> Multi Manager Support for Wild KSU Manager & KernelSU Next Manager (Only Install One)
|
|
|
-> SUSFS ඞ v1.5.9
|
|
|
-> Scope-Minimized Manual hooks v1.4
|
|
|
-> Magic Mount Support
|
|
|
@@ -247,24 +231,20 @@ jobs:
|
|
|
-> BBR Support
|
|
|
|
|
|
Notes:
|
|
|
- -> Wild KSU & KernelSU-Next, SUS SU Mode 2 will show as disabled or not compatble due to non-kprobe hooks and is not needed anymore!
|
|
|
+ -> Wild KSU & KernelSU Next, SUS SU Mode 2 will show as disabled or not compatble due to non-kprobe hooks and is not needed anymore!
|
|
|
-> Official Kernel Flasher is broken with latest susfs, try https://github.com/fatalcoder524/KernelFlasher/ or https://github.com/libxzr/HorizonKernelFlasher!
|
|
|
|
|
|
Module:
|
|
|
-> https://github.com/sidex15/ksu_module_susfs
|
|
|
|
|
|
Managers:
|
|
|
- -> Wild KSU: https://github.com/WildKernels/Wild_KSU / https://t.me/WildKernels
|
|
|
- -> KernelSU: https://github.com/tiann/KernelSU / https://t.me/KernelSU_group
|
|
|
- -> 5ec1cff's KernelSU: https://github.com/5ec1cff/KernelSU / https://t.me/mksu_ci
|
|
|
- -> KernelSU-Next: https://github.com/rifsxd/KernelSU-Next / https://t.me/ksunext_group
|
|
|
- -> rsuntk: https://github.com/rsuntk/KernelSU / https://t.me/rsukrnlsu
|
|
|
- -> backslashxx: https://github.com/backslashxx/KernelSU
|
|
|
+ -> Wild KSU: https://github.com/WildKernels/Wild_KSU
|
|
|
+ -> KernelSU: https://github.com/tiann/KernelSU
|
|
|
+ -> KernelSU-Next: https://github.com/rifsxd/KernelSU-Next
|
|
|
|
|
|
Commit Hashes (at the time of release):
|
|
|
-> Wild KSU: [${{ env.WILD_REF }}](${{ env.WILD_URL }})
|
|
|
-> KernelSU: [${{ env.KSU_REF }}](${{ env.KSU_URL }})
|
|
|
- -> 5ec1cff: [${{ env.MKSU_REF }}](${{ env.MKSU_URL }})
|
|
|
-> KernelSU Next: [${{ env.NEXT_REF }}](${{ env.NEXT_URL }})
|
|
|
-> SUSFS4KSU:
|
|
|
-> gki-android12-5.10: [${{ env.COMMIT_HASH_gki_android12_5_10 }}](${{ env.COMMIT_URL_gki_android12_5_10 }})
|