jimsterino98 2 ヶ月 前
コミット
e33d921a15
1 ファイル変更13 行追加6 行削除
  1. 13 6
      .github/workflows/main.yml

+ 13 - 6
.github/workflows/main.yml

@@ -29,18 +29,24 @@ on:
         type: boolean
         default: true
 
-      bbg:
-        description: "BBG"
+      zeromount:
+        description: "Zeromount"
         required: false
         type: boolean
-        default: true
+        default: false
 
-      zeromount:
-        description: "Zeromount"
+      nomount:
+        description: "NoMount"
         required: false
         type: boolean
         default: false
-        
+
+      bbg:
+        description: "BBG"
+        required: false
+        type: boolean
+        default: true
+
       unicodefix:
         description: "Unicode fix"
         required: false
@@ -105,6 +111,7 @@ jobs:
       bbg: ${{ inputs.bbg }}
       unicodefix: ${{ inputs.unicodefix }}
       zeromount: ${{ inputs.zeromount }}
+      nomount: ${{ inputs.nomount }}
       ksun: ${{ inputs.ksun }}
       droidspace: ${{ inputs.droidspace }}
       ntsync: ${{ inputs.ntsync }}