Ver código fonte

Add KernelSU-Next action with SUSFS input

jimsterino98 3 meses atrás
pai
commit
4fe544881d
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      .github/workflows/build.yml

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

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