We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905472f commit 307dab3Copy full SHA for 307dab3
.github/workflows/Recovery Build.yml
@@ -4,9 +4,9 @@ on:
4
workflow_dispatch:
5
inputs:
6
MANIFEST_URL:
7
- description: 'MANIFEST_URL (if not using SSH keys, use https:// URL)'
+ description: 'MANIFEST_URL (if want to use SSH keys, use [email protected]:XXXXX)'
8
required: true
9
- default: 'git@github.com:minimal-manifest-twrp/platform_manifest_twrp_aosp.git'
+ default: 'https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp'
10
MANIFEST_BRANCH:
11
description: 'MANIFEST_BRANCH'
12
0 commit comments