Parcourir la source

Add KernelSU-Next action with SUSFS input

jimsterino98 il y a 3 mois
Parent
commit
4fe544881d
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      .github/workflows/build.yml

+ 2 - 0
.github/workflows/build.yml

@@ -202,6 +202,8 @@ jobs:
       - name: Add KernelSU-Next
         if: inputs.ksun == 'true'
         uses: ./.github/actions/ksun
+        with:
+          susfs: ${{ inputs.susfs }}
         
       - name: Apply SUSFS Patches
         if: inputs.susfs == 'true'