Skip to content

Commit 307dab3

Browse files
authored
Make SSH Key unnecessary
1 parent 905472f commit 307dab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Recovery Build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
workflow_dispatch:
55
inputs:
66
MANIFEST_URL:
7-
description: 'MANIFEST_URL (if not using SSH keys, use https:// URL)'
7+
description: 'MANIFEST_URL (if want to use SSH keys, use [email protected]:XXXXX)'
88
required: true
9-
default: 'git@github.com:minimal-manifest-twrp/platform_manifest_twrp_aosp.git'
9+
default: 'https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp'
1010
MANIFEST_BRANCH:
1111
description: 'MANIFEST_BRANCH'
1212
required: true

0 commit comments

Comments
 (0)