1
0
mirror of https://github.com/citra-emu/citra.git synced 2025-03-31 18:30:18 +00:00

CI: fix input dialog wording

This commit is contained in:
liushuyu 2021-12-31 21:57:50 -07:00
parent de0c9f3071
commit cbe1a4f50d

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