ci: add dummy description to workflow_dispatch param

This commit is contained in:
Derrick Hammer 2023-08-09 14:16:59 -04:00
parent d59b39c8ed
commit 587f8696b2
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
debug_enabled: debug_enabled:
description: debug_enabled
type: boolean type: boolean
jobs: jobs:
build: build: