Skip to content

Commit

Permalink
Make SSH Key unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
azwhikaru authored Jul 8, 2022
1 parent 905472f commit 307dab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Recovery Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]: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
Expand Down

0 comments on commit 307dab3

Please sign in to comment.