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