Update PBRP-new.yml

This commit is contained in:
kay6888 2025-07-04 19:48:55 -05:00 committed by GitHub
parent 56ea757cd8
commit e76f6002c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,15 +20,15 @@ on:
DEVICE_TREE: DEVICE_TREE:
description: 'Custom Recovery Tree URL' description: 'Custom Recovery Tree URL'
required: true required: true
default: 'https://github.com/enter_username/repo_name' default: 'https://github.com/kay6888/device_motorola_fogo'
DEVICE_TREE_BRANCH: DEVICE_TREE_BRANCH:
description: 'Device Tree Branch (optional)' description: 'Device Tree Branch (optional)'
required: false required: true
default: '' default: 'android-12.1'
BUILD_TARGET: BUILD_TARGET:
description: 'Build Target (use "pbrp" for Android 11+)' description: 'Build Target (use "pbrp" for Android 11+)'
required: true required: true
default: 'recovery' default: 'boot'
type: choice type: choice
options: options:
- pbrp - pbrp
@ -43,7 +43,7 @@ on:
jobs: jobs:
build: build:
name: Build PBRP by ${{ github.actor }} name: Build PBRP by ${{ github.actor }}
runs-on: ubuntu-22.04 runs-on: ubuntu-latest
if: github.event.repository.owner.id == github.event.sender.id if: github.event.repository.owner.id == github.event.sender.id
env: env:
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive