From 1e2daaabe77f27afbc498975ba16c7a6c1250b68 Mon Sep 17 00:00:00 2001 From: yuzumi <157438148+yuzumi86@users.noreply.github.com> Date: Sat, 15 Jun 2024 08:41:54 +0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0f775fec..e7c277e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -141,6 +141,15 @@ jobs: git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com" # Test Your Personal 'Local Manifests' against The ROM + - name: Test Local Manifests + if: ${{ github.event.inputs.BUILD_DIFFERENT_ROM != 'skip' }} + run: | + + timeout-minutes: 10 + outputs: + PROJECTFOLDER: ${{ needs.prepare.outputs.PROJECTFOLDER }} + PROJECTID: ${{ needs.prepare.outputs.PROJECTID }} + REPO_INIT: ${{ needs.prepare.outputs.REPO_INIT }} build: