Skip to content

Commit

Permalink
Update Recovery-Builder-TWRP.yml
Browse files Browse the repository at this point in the history
Signed-off-by: crouch86 <[email protected]>
  • Loading branch information
crouch86 authored Jan 25, 2024
1 parent df5d21d commit 3c4e3c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Recovery-Builder-TWRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@ 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
default: 'twrp-12.1'
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
Expand Down

0 comments on commit 3c4e3c8

Please sign in to comment.