Explorar el Código

Rename workflow inputs to lowercase

jimsterino98 hace 5 meses
padre
commit
66422a1f46
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      .github/workflows/main.yml

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

@@ -17,7 +17,7 @@ on:
           - Release
         default: Actions
 
-      SUSFS:
+      susfs:
         description: "Build with SUSFS?"
         required: true
         type: choice
@@ -26,7 +26,7 @@ on:
           - no
         default: yes
 
-      BBG:
+      bbg:
         description: "Build with BBG?"
         required: true
         type: choice
@@ -35,7 +35,7 @@ on:
           - no
         default: yes
 
-      BBRv3:
+      bbrv3:
         description: "Add BBR?"
         required: true
         type: choice