From 6e4a712fde9d63ca6ed3e8732648c5b3b0ba6b08 Mon Sep 17 00:00:00 2001 From: Xpsoted <37337416+Xpsoted@users.noreply.github.com> Date: Sun, 31 Oct 2021 13:06:56 +0800 Subject: [PATCH] Update Make.yml --- .github/workflows/Make.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Make.yml b/.github/workflows/Make.yml index 42d4248..42e2352 100644 --- a/.github/workflows/Make.yml +++ b/.github/workflows/Make.yml @@ -10,11 +10,11 @@ on: LIBRARY_URL: description: 'LIBRARY_URL' required: true - default: 'https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git' + default: 'https://github.com/SHRP/platform_manifest_twrp_omni.git' LIBRARY_BRANCH: description: 'LIBRARY_BRANCH' required: true - default: 'twrp-10.0' + default: 'v3_10.0' DEVICE_URL: description: 'DEVICE_URL' required: true