From 3b2d1429143a6e6726dfd47602f14802620f4bcd Mon Sep 17 00:00:00 2001 From: Jamie Falconer Date: Sun, 13 Oct 2024 13:06:20 +0100 Subject: [PATCH] update twrp-14 Signed-off-by: Jamie Falconer --- .github/workflows/Recovery-Builder-TWRP.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Recovery-Builder-TWRP.yml b/.github/workflows/Recovery-Builder-TWRP.yml index dbbadf6..ee3b096 100644 --- a/.github/workflows/Recovery-Builder-TWRP.yml +++ b/.github/workflows/Recovery-Builder-TWRP.yml @@ -18,7 +18,7 @@ on: DEVICE_TREE_BRANCH: description: 'Custom Recovery Tree Branch' # Your Device Tree Branch, make sure it's right. required: true - default: 'twrp-12.1' + default: 'twrp-14' DEVICE_PATH: description: 'Specify your Device Path' # As is, just like your DEVICE_PATH in your BoardConfig.mk required: true @@ -112,6 +112,8 @@ jobs: run: | cd android-recovery repo sync -j$(nproc --all) --force-sync + repo start + repopick -Q "branch:android-14+status:open+-change:7371+-change:7543+-change:7553+-change:7671+-change:7717+-change:7718" - name: Clone Device Tree run: | @@ -133,7 +135,7 @@ jobs: continue-on-error: true - name: Install Python 2 - if: github.event.inputs.MANIFEST_BRANCH != 'twrp-11' && github.event.inputs.MANIFEST_BRANCH != 'twrp-12.1' + if: github.event.inputs.MANIFEST_BRANCH != 'twrp-12.1' && github.event.inputs.MANIFEST_BRANCH != 'twrp-14' run: | sudo apt -y install python2 cd /usr/bin