|
|
@@ -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:
|
|
|
@@ -107,4 +107,4 @@ jobs:
|
|
|
tag_name: ${{ github.run_id }}
|
|
|
body: Recovery for ${{ github.event.inputs.DEVICE_NAME }}
|
|
|
env:
|
|
|
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|