mirror of
https://github.com/nmasur/dotfiles
synced 2026-06-03 13:03:57 +00:00
fix: boolean input in gh action
This commit is contained in:
@@ -14,8 +14,7 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
rebuild:
|
||||
type: bool
|
||||
required: true
|
||||
type: boolean
|
||||
default: false
|
||||
action:
|
||||
type: choice
|
||||
|
||||
Reference in New Issue
Block a user