From 3a5d22a5b2ca9a52af56795d45e63619a2991cd3 Mon Sep 17 00:00:00 2001 From: Jamie Falconer Date: Fri, 18 Oct 2024 15:36:00 +0100 Subject: [PATCH] Update Recovery-Builder-TWRP.yml Signed-off-by: Jamie Falconer --- .github/workflows/Recovery-Builder-TWRP.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Recovery-Builder-TWRP.yml b/.github/workflows/Recovery-Builder-TWRP.yml index 98a7ca6..b33a864 100644 --- a/.github/workflows/Recovery-Builder-TWRP.yml +++ b/.github/workflows/Recovery-Builder-TWRP.yml @@ -97,7 +97,7 @@ jobs: id: manifest with: 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_true: https://github.com/MrFluffyOven/platform_manifest_twrp_aosp.git if_false: https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git - name: Initialize Repo