Fix no input
This commit is contained in:
2
.github/workflows/magisk.yml
vendored
2
.github/workflows/magisk.yml
vendored
@@ -76,7 +76,7 @@ jobs:
|
||||
magisk_apk = """${{ github.event.inputs.magisk_apk }}"""
|
||||
|
||||
if not magisk_apk:
|
||||
magisk_apk = """https://raw.githubusercontent.com/LSPosed/MagiskOnWSA/main/magisk.apk"""
|
||||
magisk_apk = """https://raw.githubusercontent.com/topjohnwu/magisk-files/canary/app-debug.apk"""
|
||||
|
||||
out_file = "magisk.zip"
|
||||
|
||||
|
Reference in New Issue
Block a user