From 50a426611c22b5d89c29c80d067a3acb3722d0ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A0=CE=BD=CE=B5=CF=85=CE=BC=CE=B1?= <37921907+azwhikaru@users.noreply.github.com> Date: Sat, 2 Jul 2022 15:44:00 +0800 Subject: [PATCH] Use HTTPS Use HTTPS --- .github/workflows/Make.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Make.yml b/.github/workflows/Make.yml index 1dac3b8..6069405 100644 --- a/.github/workflows/Make.yml +++ b/.github/workflows/Make.yml @@ -6,7 +6,7 @@ on: MANIFEST_URL: description: 'MANIFEST_URL' required: true - default: 'git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git' + default: 'https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git' MANIFEST_BRANCH: description: 'LIBRARY_BRANCH' required: true