Selaa lähdekoodia

ci(workflow): update use_make input type from string to boolean

The input type was changed to boolean to better reflect its intended usage and improve type safety in the workflow.
TheWildJames 1 vuosi sitten
vanhempi
sitoutus
a0b730f979
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      .github/workflows/main.yml

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

@@ -10,8 +10,8 @@ on:
       use_make:
         description: 'Build with MAKE?'
         required: true
-        type: string
-        default: 'true'
+        type: boolean
+        default: true
       release_type:
         description: "Choose Release Type"
         required: true