소스 검색

Add inputs to SUSFS action in build workflow

jimsterino98 2 주 전
부모
커밋
0b265c09c0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/build.yml

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

@@ -212,6 +212,8 @@ jobs:
       - name: Add SUSFS
         if: inputs.susfs == 'true'
         uses: ./.github/actions/susfs-patches
+        with:
+          nomount: ${{ inputs.nomount }}
 
       - name: Add Zeromount
         if: inputs.susfs == 'true' && inputs.zeromount == 'true'