Explorar el Código

Add KernelSU-Next action with SUSFS input

jimsterino98 hace 3 meses
padre
commit
4fe544881d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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'