From 307dab338f83c99b4524127042a9050c60892dea 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: Fri, 8 Jul 2022 12:17:01 +0800 Subject: [PATCH] Make SSH Key unnecessary --- .github/workflows/Recovery Build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Recovery Build.yml b/.github/workflows/Recovery Build.yml index 299ea31c3..77422f4d3 100644 --- a/.github/workflows/Recovery Build.yml +++ b/.github/workflows/Recovery Build.yml @@ -4,9 +4,9 @@ on: workflow_dispatch: inputs: MANIFEST_URL: - description: 'MANIFEST_URL (if not using SSH keys, use https:// URL)' + description: 'MANIFEST_URL (if want to use SSH keys, use git@github.com:XXXXX)' required: true - default: 'git@github.com:minimal-manifest-twrp/platform_manifest_twrp_aosp.git' + default: 'https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp' MANIFEST_BRANCH: description: 'MANIFEST_BRANCH' required: true