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: