CI: fix input dialog wording
This commit is contained in:
parent
de0c9f3071
commit
cbe1a4f50d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -6,11 +6,11 @@ on:
|
|||
workflow_dispatch:
|
||||
inputs:
|
||||
nightly:
|
||||
description: 'Whether trigger a nightly build (true/false/auto)'
|
||||
description: 'Whether to trigger a nightly build (true/false/auto)'
|
||||
required: false
|
||||
default: 'true'
|
||||
canary:
|
||||
description: 'Whether trigger a canary build (true/false/auto)'
|
||||
description: 'Whether to trigger a canary build (true/false/auto)'
|
||||
required: false
|
||||
default: 'true'
|
||||
|
||||
|
|
Loading…
Reference in a new issue