From 77dbcadf3f581e937b6e0d5ef93e16947a86d265 Mon Sep 17 00:00:00 2001 From: ragebreaker <125530737+mlm-games@users.noreply.github.com> Date: Sun, 13 Oct 2024 09:40:08 +0530 Subject: [PATCH] Update TeamWin-TWRP.yml --- .github/workflows/TeamWin-TWRP.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/TeamWin-TWRP.yml b/.github/workflows/TeamWin-TWRP.yml index 40bd4de..176c19a 100644 --- a/.github/workflows/TeamWin-TWRP.yml +++ b/.github/workflows/TeamWin-TWRP.yml @@ -9,6 +9,7 @@ on: default: '' type: choice options: + - twrp-14 - twrp-12.1 - twrp-11 - twrp-10.0-deprecated @@ -81,7 +82,7 @@ jobs: - name: Check Manifest Branch run: | - if [ ${{ inputs.MANIFEST_BRANCH }} == 'twrp-11' ] || [ ${{ inputs.MANIFEST_BRANCH }} == 'twrp-12.1' ]; then + if [ ${{ inputs.MANIFEST_BRANCH }} == 'twrp-11' ] || [ ${{ inputs.MANIFEST_BRANCH }} == 'twrp-12.1' ] || [ ${{ inputs.MANIFEST_BRANCH }} == 'twrp-14' ]; then echo "MANIFEST=https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git" >> $GITHUB_ENV echo "CHECK_LEGACY_BRANCH=false" >> $GITHUB_ENV else