Przeglądaj źródła

ci: move kernel branding box below kernel version, above root flavor

TheWildJames 3 tygodni temu
rodzic
commit
faa0f98a1c
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      .github/workflows/main.yml

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

@@ -28,6 +28,10 @@ on:
           - android15-6.6
           - android16-6.12
         default: All
+      brand_name:
+        description: "Kernel Branding"
+        type: string
+        default: Wild
       root_flavor:
         description: "Root Flavor"
         type: choice
@@ -77,10 +81,6 @@ on:
         description: "Performance"
         type: boolean
         default: false
-      brand_name:
-        description: "Kernel Branding"
-        type: string
-        default: Wild
 
 jobs:
   prepare-ccache: