mirror of
https://github.com/PabloMK7/citra
synced 2024-11-15 05:08:23 +00:00
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:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
nightly:
|
nightly:
|
||||||
description: 'Whether trigger a nightly build (true/false/auto)'
|
description: 'Whether to trigger a nightly build (true/false/auto)'
|
||||||
required: false
|
required: false
|
||||||
default: 'true'
|
default: 'true'
|
||||||
canary:
|
canary:
|
||||||
description: 'Whether trigger a canary build (true/false/auto)'
|
description: 'Whether to trigger a canary build (true/false/auto)'
|
||||||
required: false
|
required: false
|
||||||
default: 'true'
|
default: 'true'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue