mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Update magisk.yml
This commit is contained in:
parent
465544ba4e
commit
80838a8be6
5
.github/workflows/magisk.yml
vendored
5
.github/workflows/magisk.yml
vendored
@ -13,9 +13,6 @@ on:
|
|||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- canary
|
- canary
|
||||||
- customize
|
|
||||||
magisk_link:
|
|
||||||
description: "Download link to Magisk's apk if you are choosing customize above."
|
|
||||||
gapps_variant:
|
gapps_variant:
|
||||||
description: "Variants of gapps"
|
description: "Variants of gapps"
|
||||||
required: true
|
required: true
|
||||||
@ -138,8 +135,6 @@ jobs:
|
|||||||
|
|
||||||
magisk_apk = """${{ github.event.inputs.magisk_apk }}"""
|
magisk_apk = """${{ github.event.inputs.magisk_apk }}"""
|
||||||
|
|
||||||
if magisk_apk == "customize":
|
|
||||||
maigks_apk = """${{ github.event.inputs.magisk_link }}"""
|
|
||||||
if not magisk_apk:
|
if not magisk_apk:
|
||||||
magisk_apk = "stable"
|
magisk_apk = "stable"
|
||||||
if magisk_apk == "stable" or magisk_apk == "beta" or magisk_apk == "canary":
|
if magisk_apk == "stable" or magisk_apk == "beta" or magisk_apk == "canary":
|
||||||
|
Loading…
Reference in New Issue
Block a user