Update PitchBlack-PBRP.yml
This commit is contained in:
parent
66176f4370
commit
45132f653f
7
.github/workflows/PitchBlack-PBRP.yml
vendored
7
.github/workflows/PitchBlack-PBRP.yml
vendored
@ -12,11 +12,6 @@ on:
|
|||||||
- android-14.0
|
- android-14.0
|
||||||
- android-12.1
|
- android-12.1
|
||||||
- android-11.0
|
- android-11.0
|
||||||
- android-10.0
|
|
||||||
- android-9.0
|
|
||||||
- android-8.1
|
|
||||||
- android-7.1
|
|
||||||
- android-6.0
|
|
||||||
DEVICE_TREE:
|
DEVICE_TREE:
|
||||||
description: 'Custom Recovery Tree' # Your already made Device Tree for TWRP
|
description: 'Custom Recovery Tree' # Your already made Device Tree for TWRP
|
||||||
required: true
|
required: true
|
||||||
@ -109,7 +104,7 @@ jobs:
|
|||||||
pushd android-recovery
|
pushd android-recovery
|
||||||
git config --global user.name "${{ github.actor }}"
|
git config --global user.name "${{ github.actor }}"
|
||||||
git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
|
git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
|
||||||
repo init --depth=1 -u https://github.com/PitchBlackRecoveryProject/manifest_pb.git -b ${{ inputs.MANIFEST_BRANCH }}
|
repo init --depth=1 -u https://github.com/mlm-games/manifest_pb.git -b ${{ inputs.MANIFEST_BRANCH }}
|
||||||
popd
|
popd
|
||||||
|
|
||||||
- name: Repo Sync
|
- name: Repo Sync
|
||||||
|
Loading…
Reference in New Issue
Block a user