Parcourir la source

Add build_type parameter to workflow configuration

jimsterino98 il y a 4 mois
Parent
commit
9667c2f4fc
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      .github/workflows/build.yml

+ 3 - 0
.github/workflows/build.yml

@@ -15,6 +15,9 @@ on:
       kernel_version:
         required: true
         type: string
+      build_type:
+        required: true
+        type: string
       susfs:
         required: true
         type: string