Skip to content

Commit

Permalink
Update Recovery Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazzor authored Oct 12, 2023
1 parent db05fca commit 3512f17
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Recovery Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ on:
MANIFEST_BRANCH:
description: 'MANIFEST_BRANCH'
required: true
default: 'twrp-11'
default: 'twrp-12.1'
DEVICE_TREE_URL:
description: 'DEVICE_TREE_URL'
required: true
default: 'https://github.com/ravindu644/twrp_galaxy_m21'
default: 'https://github.com/ghazzor/twrp_device_samsung_universal9611'
DEVICE_TREE_BRANCH:
description: 'DEVICE_TREE_BRANCH'
required: true
default: 'twrp-11'
default: 'android-12.1'
DEVICE_PATH:
description: 'DEVICE_PATH'
required: true
default: 'device/samsung/m21'
default: 'device/samsung/universal9611'
COMMON_TREE_URL:
description: 'COMMON_TREE_URL (if no common tree, leave blank)'
required: false
Expand All @@ -36,7 +36,7 @@ on:
MAKEFILE_NAME:
description: 'MAKEFILE_NAME'
required: true
default: 'omni_m21'
default: 'twrp_m21'
BUILD_TARGET:
description: 'BUILD_TARGET'
required: true
Expand All @@ -45,7 +45,7 @@ on:
jobs:
build:
if: github.event.repository.owner.id == github.event.sender.id
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
Expand Down

0 comments on commit 3512f17

Please sign in to comment.