From 2b9449bfa4d8e85a562eedf9beccc93840f4c006 Mon Sep 17 00:00:00 2001 From: Carlo Dandan | Not a Developer <115797725+cd-Spidey@users.noreply.github.com> Date: Mon, 31 Oct 2022 14:59:55 +0800 Subject: [PATCH] Update OrangeFox-Testing.yml --- .github/workflows/OrangeFox-Testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/OrangeFox-Testing.yml b/.github/workflows/OrangeFox-Testing.yml index 9b597c9..189a458 100644 --- a/.github/workflows/OrangeFox-Testing.yml +++ b/.github/workflows/OrangeFox-Testing.yml @@ -108,7 +108,7 @@ jobs: cond: ${{ github.event.inputs.MANIFEST_BRANCH == '11.0' || github.event.inputs.MANIFEST_BRANCH == '12.1' }} if_true: lunch ${{ github.event.inputs.MAKEFILE_NAME }}-eng && mka adbd ${{ github.event.inputs.BUILD_TARGET }}image if_false: lunch ${{ github.event.inputs.MAKEFILE_NAME }}-eng && mka ${{ github.event.inputs.BUILD_TARGET }}image - +#${{ steps.fox_branch.outputs.value }} - name: Building Custom Recovery run: | cd ~/fox_${{ github.event.inputs.MANIFEST_BRANCH }} @@ -116,7 +116,7 @@ jobs: export ALLOW_MISSING_DEPENDENCIES=true export FOX_USE_TWRP_RECOVERY_IMAGE_BUILDER=1 export LC_ALL="C" - ${{ steps.fox_branch.outputs.value }} + brunch ${{ github.event.inputs.MAKEFILE_NAME }}-eng && mka adbd ${{ github.event.inputs.BUILD_TARGET }}image echo "Done..." working-directory: ${{ steps.pwd.outputs.workdir }}