소스 검색

Add KernelSU-Next action with SUSFS input

jimsterino98 3 달 전
부모
커밋
4fe544881d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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'