Ver Fonte

Add build_type parameter to workflow configuration

jimsterino98 há 4 meses atrás
pai
commit
9667c2f4fc
1 ficheiros alterados com 3 adições e 0 exclusões
  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