From 3c4e3c89cc47dac1a1f053f2695a27a5d8f80ba9 Mon Sep 17 00:00:00 2001 From: crouch86 <81594192+crouch86@users.noreply.github.com> Date: Thu, 25 Jan 2024 19:41:01 +0300 Subject: [PATCH] Update Recovery-Builder-TWRP.yml Signed-off-by: crouch86 <81594192+crouch86@users.noreply.github.com> --- .github/workflows/Recovery-Builder-TWRP.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Recovery-Builder-TWRP.yml b/.github/workflows/Recovery-Builder-TWRP.yml index df5b8ef..3bfbc13 100644 --- a/.github/workflows/Recovery-Builder-TWRP.yml +++ b/.github/workflows/Recovery-Builder-TWRP.yml @@ -15,7 +15,7 @@ on: DEVICE_TREE: description: 'Custom Recovery Tree' # Your already made Device Tree for TWRP required: true - default: 'https://github.com/cd-Crypton/custom_recovery_tree_realme_macedonia' + default: 'https://github.com/YZBruh/recovery_device_xiaomi_selene' DEVICE_TREE_BRANCH: description: 'Custom Recovery Tree Branch' # Your Device Tree Branch, make sure it's right. required: true @@ -23,15 +23,15 @@ on: DEVICE_PATH: description: 'Specify your Device Path' # As is, just like your DEVICE_PATH in your BoardConfig.mk required: true - default: 'device/realme/macedonia' + default: 'device/xiaomi/selene' DEVICE_NAME: description: 'Specify your Device Codename' # As is, just like your PRODUCT_DEVICE in your device tree. required: true - default: 'macedonia' + default: 'selene' BUILD_TARGET: description: 'Specify your Build Target' # Pick among boot, recovery and vendor_boot required: true - default: 'recovery' + default: 'boot' type: choice options: - boot