Kaynağa Gözat

Update main.yml

added zeromount option
jimsterino98 5 ay önce
ebeveyn
işleme
bd6d7f5620
1 değiştirilmiş dosya ile 10 ekleme ve 0 silme
  1. 10 0
      .github/workflows/main.yml

+ 10 - 0
.github/workflows/main.yml

@@ -35,6 +35,15 @@ on:
           - no
         default: yes
 
+      zeromount:
+        description: "Add Zeromount?"
+        required: true
+        type: choice
+        options:
+          - yes
+          - no
+        default: no
+
       bbrv3:
         description: "Add BBR?"
         required: true
@@ -73,6 +82,7 @@ jobs:
       bbrv3: ${{ inputs.bbrv3 }}
       unicodefix: ${{ inputs.unicodefix }}
       optimizations: ${{ inputs.optimizations }}
+      zeromount: ${{ inputs.zeromount }}
 
   release:
     runs-on: ubuntu-latest