Update Recovery-Builder-TWRP.yaml
This commit is contained in:
parent
e403d2b51d
commit
74cc8f8525
1 changed files with 21 additions and 8 deletions
29
.github/workflows/Recovery-Builder-TWRP.yaml
vendored
29
.github/workflows/Recovery-Builder-TWRP.yaml
vendored
|
@ -1,8 +1,21 @@
|
||||||
- name: Android Recovery Action
|
name: Android Recovery Action
|
||||||
uses: XenonTheInertG/android-recovery-action@main
|
on:
|
||||||
env:
|
workflow_dispatch:
|
||||||
MANIFEST: "https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-12.1"
|
defaults:
|
||||||
DT_LINK: "https://github.com/juic3b0x/twrp12_device_motorola_denver.git"
|
run:
|
||||||
VENDOR: "motorola"
|
shell: bash
|
||||||
CODENAME: "denver"
|
|
||||||
TZ: "America/Chicago" # Set Time-Zone According To Your Region
|
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
|
Loading…
Reference in a new issue