Update TeamWin-TWRP.yml

This commit is contained in:
ragebreaker 2024-10-13 09:40:08 +05:30 committed by GitHub
parent 74a9472816
commit 77dbcadf3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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