Parcourir la source

fix(ci): correct variable name from ub_level to sub_level

The variable name was incorrectly set as ub_level in the kernel-custom.yml workflow. This change corrects it to sub_level to match the intended configuration parameter.
TheWildJames il y a 7 mois
Parent
commit
ef0991394a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/kernel-custom.yml

+ 1 - 1
.github/workflows/kernel-custom.yml

@@ -45,7 +45,7 @@ jobs:
           variant: "Hakan"
         - android_version: "android14"
           kernel_version: "6.1"
-          ub_level: "68"
+          sub_level: "68"
           os_patch_level: "2024-03"
           variant: "Duchamp"