Update magisk.yml

This commit is contained in:
LoveSy 2022-02-14 02:16:53 +08:00 committed by GitHub
parent 465544ba4e
commit 80838a8be6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,9 +13,6 @@ on:
- stable
- beta
- canary
- customize
magisk_link:
description: "Download link to Magisk's apk if you are choosing customize above."
gapps_variant:
description: "Variants of gapps"
required: true
@ -138,8 +135,6 @@ jobs:
magisk_apk = """${{ github.event.inputs.magisk_apk }}"""
if magisk_apk == "customize":
maigks_apk = """${{ github.event.inputs.magisk_link }}"""
if not magisk_apk:
magisk_apk = "stable"
if magisk_apk == "stable" or magisk_apk == "beta" or magisk_apk == "canary":