Переглянути джерело

Update kernel-samsung.yml

added zeromount
jimsterino98 5 місяців тому
батько
коміт
5a46af3e3d
1 змінених файлів з 4 додано та 0 видалено
  1. 4 0
      .github/workflows/kernel-samsung.yml

+ 4 - 0
.github/workflows/kernel-samsung.yml

@@ -22,6 +22,9 @@ on:
       optimizations:
         required: true
         type: string
+      zeromount:
+        required: true
+        type: string
 
 jobs:
   build-kernels-a12:
@@ -99,4 +102,5 @@ jobs:
       bbrv3: ${{ inputs.bbrv3 }}
       unicodefix: ${{ inputs.unicodefix }}
       optimizations: ${{ inputs.optimizations }}
+      zeromount: ${{ inputs.zeromount }}