Răsfoiți Sursa

ci: add readable input labels to workflow dispatch

TheWildJames 3 săptămâni în urmă
părinte
comite
43cc30bbc1
1 a modificat fișierele cu 14 adăugiri și 0 ștergeri
  1. 14 0
      .github/workflows/main.yml

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

@@ -8,6 +8,7 @@ on:
   workflow_dispatch:
     inputs:
       release_type:
+        description: "Release Type"
         type: choice
         options:
           - Action
@@ -15,6 +16,7 @@ on:
           - Release
         default: Action
       kernel_build_version:
+        description: "Kernel Version"
         type: choice
         options:
           - All
@@ -27,6 +29,7 @@ on:
           - android16-6.12
         default: All
       root_flavor:
+        description: "Root Flavor"
         type: choice
         options:
           - none
@@ -35,36 +38,47 @@ on:
           - ReSukiSU
         default: KernelSU-Next
       use_susfs:
+        description: "SUSFS"
         type: boolean
         default: true
       use_nomount:
+        description: "NoMount"
         type: boolean
         default: true
       use_bbg:
+        description: "Baseband Guard"
         type: boolean
         default: true
       use_net:
+        description: "Networking"
         type: boolean
         default: true
       use_ds:
+        description: "DroidSpaces"
         type: boolean
         default: true
       use_ntsync:
+        description: "NTSync"
         type: boolean
         default: true
       use_ptrace:
+        description: "Ptrace Patch"
         type: boolean
         default: true
       use_unicode:
+        description: "Unicode Fix"
         type: boolean
         default: true
       use_btf:
+        description: "BTF"
         type: boolean
         default: true
       use_perf:
+        description: "Performance"
         type: boolean
         default: false
       brand_name:
+        description: "Kernel Branding"
         type: string
         default: Wild