Update Make.yml
This commit is contained in:
parent
adacfc766d
commit
6bda562de4
10
.github/workflows/Make.yml
vendored
10
.github/workflows/Make.yml
vendored
@ -14,23 +14,23 @@ on:
|
||||
LIBRARY_BRANCH:
|
||||
description: 'LIBRARY_BRANCH'
|
||||
required: true
|
||||
default: 'twrp-9.0'
|
||||
default: 'twrp-8.1'
|
||||
DEVICE_URL:
|
||||
description: 'DEVICE_URL'
|
||||
required: true
|
||||
default: 'https://github.com/azwhikaru/twrp_device_xiaomi_archytas'
|
||||
default: 'https://github.com/OpenWatchProject/twrp_device_mediatek_inharmony'
|
||||
DEVICE_BRANCH:
|
||||
description: 'DEVICE_BRANCH'
|
||||
required: true
|
||||
default: 'twrp-9.0'
|
||||
default: 'twrp-8.1'
|
||||
DEVICE_PATH:
|
||||
description: 'DEVICE_PATH'
|
||||
required: true
|
||||
default: 'device/xiaomi/Archytas'
|
||||
default: 'device/mediatek/inharmony'
|
||||
DEVICE_NAME:
|
||||
description: 'DEVICE_NAME'
|
||||
required: true
|
||||
default: 'Archytas'
|
||||
default: 'inharmony'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user