Browse Source

ci(github-actions): reorder and remove comment in workflow inputs

TheWildJames 7 months ago
parent
commit
05e5674aa8
1 changed files with 4 additions and 5 deletions
  1. 4 5
      .github/workflows/main.yml

+ 4 - 5
.github/workflows/main.yml

@@ -21,7 +21,6 @@ on:
         description: "Build Bypass"
         type: boolean
         default: false
-      # Build Selection
       build_a12_5_10:
         description: "Android 12 - 5.10"
         type: boolean
@@ -50,14 +49,14 @@ on:
         description: "Android 16 - 6.12"
         type: boolean
         default: false
-      build_custom:
-        description: "Custom Builds"
-        type: boolean
-        default: true
       build_lts:
         description: "Build All LTS Kernels"
         type: boolean
         default: false
+      build_custom:
+        description: "Custom Builds"
+        type: boolean
+        default: true
 
 jobs:
   build-a12-5-10: