CI: fix input dialog wording

This commit is contained in:
liushuyu 2021-12-31 21:57:50 -07:00
parent de0c9f3071
commit cbe1a4f50d
1 changed files with 2 additions and 2 deletions

View File

@ -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'