From 74cc8f85256b240f08147aeb2a635f0e807e9008 Mon Sep 17 00:00:00 2001 From: ragarcia87 <70825623+juic3b0x@users.noreply.github.com> Date: Sat, 7 Jan 2023 05:39:08 -0600 Subject: [PATCH] Update Recovery-Builder-TWRP.yaml --- .github/workflows/Recovery-Builder-TWRP.yaml | 29 ++++++++++++++------ 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/.github/workflows/Recovery-Builder-TWRP.yaml b/.github/workflows/Recovery-Builder-TWRP.yaml index 54c507a..a10aae0 100644 --- a/.github/workflows/Recovery-Builder-TWRP.yaml +++ b/.github/workflows/Recovery-Builder-TWRP.yaml @@ -1,8 +1,21 @@ -- name: Android Recovery Action - uses: XenonTheInertG/android-recovery-action@main - 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 \ No newline at end of file +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 \ No newline at end of file