diff --git a/.github/workflows/pbrp.yml b/.github/workflows/pbrp.yml index 55ae4d35..af827213 100644 --- a/.github/workflows/pbrp.yml +++ b/.github/workflows/pbrp.yml @@ -15,9 +15,9 @@ on: env: MANIFEST: https://github.com/PitchBlackTWRP/manifest_pb.git -b android-10.0 - DEVICE: m10lte - DT_LINK: https://github.com/AndVer0/android_device_samsung_m10lte_pbrp - DT_PATH: device/samsung/m10lte + DEVICE: infinix note 8i + DT_LINK: https://github.com/mastersenpai0405/recovery_device_infinix_X683 + DT_PATH: device/infinix/x683 TARGET: recoveryimage OT: omni_ TZ: Europe/London diff --git a/.github/workflows/shrp.yml b/.github/workflows/shrp.yml index 3747bc17..254d978c 100644 --- a/.github/workflows/shrp.yml +++ b/.github/workflows/shrp.yml @@ -15,9 +15,10 @@ on: env: MANIFEST: https://github.com/SHRP/manifest.git -b v3_10.0 - DEVICE: m10lte - DT_LINK: https://github.com/Hostfl/android_device_samsung_m10lte -b shrp - DT_PATH: device/samsung/m10lte + DEVICE: x683 + DT_LINK: https://github.com/mastersenpai0405/recovery_device_infinix_X683 + DT_PATH: device/infinix/x683 + TYPE: recoveryimage OT: omni_ TZ: Europe/London diff --git a/.github/workflows/twrp.yml b/.github/workflows/twrp.yml index 942acbd6..a3d7f33f 100644 --- a/.github/workflows/twrp.yml +++ b/.github/workflows/twrp.yml @@ -14,13 +14,13 @@ on: workflow_dispatch: env: - MANIFEST: https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-11 - DEVICE: m10lte - DT_LINK: https://github.com/Hostfl/android_device_samsung_m10lte -b android_11 - DT_PATH: device/samsung/m10lte + MANIFEST: https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-9.0 + DEVICE: TECNO-KE5 + DT_LINK: https://github.com/twrpdtgen/android_device_tecno_TECNO-KE5 + DT_PATH: device/tecno/TECNO-KE5 TARGET: recoveryimage BUILD: recovery - OT: twrp_ + OT: omni_ TZ: Europe/London jobs: