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