Update Recovery-Builder-TWRP.yaml

This commit is contained in:
ragarcia87 2023-01-07 05:39:08 -06:00
parent e403d2b51d
commit 74cc8f8525

View file

@ -1,8 +1,21 @@
- name: Android Recovery Action
uses: XenonTheInertG/android-recovery-action@main
env:
name: Android Recovery Action
on:
workflow_dispatch:
defaults:
run:
shell: bash
env:
MANIFEST: "https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-12.1"
DT_LINK: "https://github.com/juic3b0x/twrp12_device_motorola_denver.git"
VENDOR: "motorola"
CODENAME: "denver"
TZ: "America/Chicago" # Set Time-Zone According To Your Region
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Build Image
uses: XenonTheInertG/android-recovery-action@main