Explorar el Código

Change default value of nomount to true

jimsterino98 hace 3 semanas
padre
commit
3d6b238f10
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/main.yml

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

@@ -39,7 +39,7 @@ on:
         description: "NoMount"
         required: false
         type: boolean
-        default: false
+        default: true
 
       bbg:
         description: "BBG"