From 2bf0114f6ff7289fb7aac0c86bf2ae0373860b1c Mon Sep 17 00:00:00 2001 From: NotNoelChannel <52098241+NotNoelChannel@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:15:47 +0100 Subject: [PATCH] Fix TWRP link --- .github/workflows/twrp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/twrp.yml b/.github/workflows/twrp.yml index 029636e..f797598 100644 --- a/.github/workflows/twrp.yml +++ b/.github/workflows/twrp.yml @@ -31,7 +31,7 @@ jobs: cd ~/TWRP mkdir ~/.bin curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo - python3 ~/.bin/repo init --depth=1 -u https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-6.0 + python3 ~/.bin/repo init --depth=1 -u https://github.com/NotNoelChannel/platform_manifest_twrp_omni.git -b patch-1 git clone --branch twrp-6.0 --single-branch https://github.com/NotNoelChannel/twrp_device_samsung_j3xnlte.git ~/TWRP/device/samsung/j3xlte python3 ~/.bin/repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all) - name: Building TWRP