Browse Source

Make SSH Key unnecessary

Πνευμα 4 years ago
parent
commit
307dab338f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/Recovery Build.yml

+ 2 - 2
.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