mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-08 11:48:26 -04:00
Specify choices as dropdown in workflows
This commit is contained in:
parent
00d7eb516e
commit
e94bd61c95
5
.github/workflows/build-electron.yml
vendored
5
.github/workflows/build-electron.yml
vendored
@ -13,8 +13,13 @@ on:
|
||||
required: false
|
||||
default: ''
|
||||
target:
|
||||
type: choice
|
||||
description: Do you wish to build for "release", "nightly", or "artefacts" for testing? Artefacts will appear under the workflow run.
|
||||
required: false
|
||||
options:
|
||||
- release
|
||||
- nightly
|
||||
- artefacts
|
||||
default: 'artefacts'
|
||||
env:
|
||||
INPUT_VERSION: ${{ github.event.inputs.version }}
|
||||
|
4
.github/workflows/publish-docker.yaml
vendored
4
.github/workflows/publish-docker.yaml
vendored
@ -24,7 +24,11 @@ on:
|
||||
default: ''
|
||||
target:
|
||||
description: 'Set the target to update: "ghpages" or "docker" (will update GitHub Pages by default)'
|
||||
type: choice
|
||||
required: false
|
||||
options:
|
||||
- ghpages
|
||||
- docker
|
||||
default: ghpages
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user