Skip to content

Commit

Permalink
edit > twrp-14
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Falconer <[email protected]>
  • Loading branch information
SavedByLight authored Oct 13, 2024
1 parent eec1181 commit b3bdfa4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Recovery-Builder-TWRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
default: ''
type: choice
options:
- twrp-14
- twrp-12.1
- twrp-11
DEVICE_TREE:
description: 'Custom Recovery Tree' # Your already made Device Tree for TWRP
required: true
Expand Down Expand Up @@ -96,10 +96,10 @@ jobs:
uses: haya14busa/action-cond@v1
id: manifest
with:
cond: ${{ github.event.inputs.MANIFEST_BRANCH == 'twrp-11' || github.event.inputs.MANIFEST_BRANCH == 'twrp-12.1' }}
if_true: https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git
if_false: https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git

cond: ${{ github.event.inputs.MANIFEST_BRANCH == 'twrp-12.1' || github.event.inputs.MANIFEST_BRANCH == 'twrp-14' }}
if_true: https://github.com/shekhawat2/platform_manifest_twrp_aosp.git
if_false: https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git
- name: Initialize Repo
run: |
mkdir android-recovery
Expand Down

0 comments on commit b3bdfa4

Please sign in to comment.