mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-12-26 11:21:49 +01:00
Use choice as workflow inputs (#224)
This commit is contained in:
parent
810f902194
commit
e074dd9f86
20
.github/workflows/magisk.yml
vendored
20
.github/workflows/magisk.yml
vendored
@ -9,13 +9,29 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
default: "stable"
|
default: "stable"
|
||||||
gapps_variant:
|
gapps_variant:
|
||||||
description: "Variants of gapps. Should be: [none, super, stock, full, mini, micro, nano, pico, tvstock, tvmini]"
|
description: "Variants of gapps."
|
||||||
required: true
|
required: true
|
||||||
default: "none"
|
default: "none"
|
||||||
|
type: choice
|
||||||
|
options:
|
||||||
|
- none
|
||||||
|
- super
|
||||||
|
- stock
|
||||||
|
- full
|
||||||
|
- mini
|
||||||
|
- micro
|
||||||
|
- nano
|
||||||
|
- pico
|
||||||
|
- tvstock
|
||||||
|
- tvmini
|
||||||
root_sol:
|
root_sol:
|
||||||
description: "Root solution. Should be: [magisk, none]"
|
description: "Root solution."
|
||||||
required: true
|
required: true
|
||||||
default: "magisk"
|
default: "magisk"
|
||||||
|
type: choice
|
||||||
|
options:
|
||||||
|
- magisk
|
||||||
|
- none
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user