Sfoglia il codice sorgente

Add KernelSU-Next action with SUSFS input

jimsterino98 3 mesi fa
parent
commit
4fe544881d
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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'