Преглед изворни кода

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 година
родитељ
комит
a0b730f979
1 измењених фајлова са 2 додато и 2 уклоњено
  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