Update type of `debug_enabled` input.

This commit is contained in:
yfprojects 2023-02-17 13:57:21 +00:00
parent 35d9a3b438
commit f1e1ea4538
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ on:
workflow_dispatch:
inputs:
debug_enabled:
type: boolean
description: 'Run the build with tmate debugging enabled'
required: false
default: false