Skip to content

Commit

Permalink
Update Recovery Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cranckv3 authored Aug 14, 2024
1 parent 38b2645 commit 9bdfe59
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/cranckv3/android_device_water.git'
default: 'https://github.com/cranckv3/inflix-30i.git'
DEVICE_TREE_BRANCH:
description: 'DEVICE_TREE_BRANCH'
required: true
default: '13'
default: '12.1'
DEVICE_PATH:
description: 'DEVICE_PATH'
required: true
default: 'device/xiaomi/water'
default: 'device/infinix/X669C'
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: 'water'
default: 'X669C'
MAKEFILE_NAME:
description: 'MAKEFILE_NAME'
required: true
default: 'twrp_water'
default: 'twrp_X669C'
BUILD_TARGET:
description: 'BUILD_TARGET'
required: true
Expand Down

0 comments on commit 9bdfe59

Please sign in to comment.