Pārlūkot izejas kodu

Add inputs to SUSFS action in build workflow

jimsterino98 2 nedēļas atpakaļ
vecāks
revīzija
0b265c09c0
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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'