diff --git a/.github/workflows/Make.yml b/.github/workflows/Make.yml index 16f77ea..981ccae 100644 --- a/.github/workflows/Make.yml +++ b/.github/workflows/Make.yml @@ -10,15 +10,15 @@ on: LIBRARY_URL: description: 'LIBRARY_URL' required: true - default: 'https://github.com/Xpsoted/OrangeFoxRecovery.git' + default: 'https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git' LIBRARY_BRANCH: description: 'LIBRARY_BRANCH' required: true - default: 'master' + default: 'twrp-10.0' DEVICE_URL: description: 'DEVICE_URL' required: true - default: 'https://github.com/OpenWatchProject/twrp_device_mediatek_inharmony' + default: 'https://github.com/Xpsoted/android_device_qualcomm_qrd855-TWRP' DEVICE_BRANCH: description: 'DEVICE_BRANCH' required: true @@ -26,11 +26,11 @@ on: DEVICE_PATH: description: 'DEVICE_PATH' required: true - default: 'device/mediatek/inharmony' + default: 'device/qualcomm/msmnile' DEVICE_NAME: description: 'DEVICE_NAME' required: true - default: 'inharmony' + default: 'msmnile' jobs: build: