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