Delete Recovery-Builder-TWRP.yaml

This commit is contained in:
ragarcia87 2023-01-07 05:52:28 -06:00
parent b4cd0ddd01
commit d88582632b

View file

@ -1,24 +0,0 @@
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: Set Permissions
run: chmod +x entrypoint.sh
- name: Build Image
uses: XenonTheInertG/android-recovery-action@main