Skip to content

Commit

Permalink
wait it finally works wow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nomz420 authored Feb 18, 2022
1 parent 111a942 commit c84219e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ on:
DEVICE_TREE_URL:
description: 'DEVICE_TREE_URL'
required: true
default: 'https://github.com/azwhikaru/twrp_device_xiaomi_archytas'
default: 'https://github.com/Nomz420/android_device_alps_oplus_mssi_64_cn'
DEVICE_TREE_BRANCH:
description: 'DEVICE_TREE_BRANCH'
required: true
default: 'twrp-9.0'
default: 'master'
DEVICE_PATH:
description: 'DEVICE_PATH'
required: true
default: 'device/xiaomi/Archytas'
default: 'device/alps/oplus_mssi_64_cn'
DEVICE_NAME:
description: 'DEVICE_NAME'
required: true
default: 'Archytas'
default: 'oplus_mssi_64_cn'

jobs:
build:
Expand Down

0 comments on commit c84219e

Please sign in to comment.