Skip to content

Commit

Permalink
Update defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Dec 30, 2023
1 parent 6edcd28 commit dfae189
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ on:
LOCAL_MANIFEST_URL:
description: 'LOCAL_MANIFEST_URL (if want to use SSH keys, use [email protected]:XXXXX)'
required: true
default: 'https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp'
default: 'https://github.com/sounddrill31/local_manifests'
LOCAL_MANIFEST_BRANCH:
description: 'LOCAL_MANIFEST_BRANCH'
required: true
default: 'twrp-12.1'
default: 'lineage-oxygen'
ROM_MANIFEST_URL:
description: 'MANIFEST_URL (if want to use SSH keys, use [email protected]:XXXXX)'
required: true
default: 'https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp'
default: 'https://github.com/LineageOS/android'
ROM_MANIFEST_BRANCH:
description: 'MANIFEST_BRANCH'
required: true
default: 'twrp-12.1'
default: 'lineage-20.0'
CHOICE:
type: choice
description: 'Which would you like to test?'
Expand Down

0 comments on commit dfae189

Please sign in to comment.