Use choice as workflow inputs (#224)

This commit is contained in:
zhongfly 2022-02-14 02:01:53 +08:00 committed by GitHub
parent 810f902194
commit e074dd9f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,29 @@ on:
required: true
default: "stable"
gapps_variant:
description: "Variants of gapps. Should be: [none, super, stock, full, mini, micro, nano, pico, tvstock, tvmini]"
description: "Variants of gapps."
required: true
default: "none"
type: choice
options:
- none
- super
- stock
- full
- mini
- micro
- nano
- pico
- tvstock
- tvmini
root_sol:
description: "Root solution. Should be: [magisk, none]"
description: "Root solution."
required: true
default: "magisk"
type: choice
options:
- magisk
- none
jobs:
build: