mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Fix no input
This commit is contained in:
parent
1616411052
commit
0837b70d43
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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user