Skip to content

Commit

Permalink
Update Recovery Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nophere1 authored Mar 20, 2024
1 parent 7e063ce commit 0c4d40f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Recovery Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ on:
DEVICE_TREE_URL:
description: 'DEVICE_TREE_URL'
required: true
default: 'https://github.com/TeamWin/android_device_asus_I003D'
default: 'https://github.com/Nophere1/Twrp_RMX1805"
DEVICE_TREE_BRANCH:
description: 'DEVICE_TREE_BRANCH'
required: true
default: 'android-12.1'
default: 'main'
DEVICE_PATH:
description: 'DEVICE_PATH'
required: true
default: 'device/asus/I003D'
default: 'device/realme/RMX1805'
COMMON_TREE_URL:
description: 'COMMON_TREE_URL (if no common tree, leave blank)'
required: false
Expand All @@ -32,11 +32,11 @@ on:
DEVICE_NAME:
description: 'DEVICE_NAME'
required: true
default: 'I003D'
default: 'RMX1805'
MAKEFILE_NAME:
description: 'MAKEFILE_NAME'
required: true
default: 'twrp_I003D'
default: 'twrp_RMX1805'
BUILD_TARGET:
description: 'BUILD_TARGET'
required: true
Expand Down

0 comments on commit 0c4d40f

Please sign in to comment.