|
|
@@ -31,7 +31,7 @@ on:
|
|
|
BUILD_TARGET:
|
|
|
description: 'Specify your Build Target'
|
|
|
required: true
|
|
|
- default: 'recovery'
|
|
|
+ default: 'boot'
|
|
|
type: choice
|
|
|
options:
|
|
|
- boot
|
|
|
@@ -94,8 +94,8 @@ jobs:
|
|
|
run: |
|
|
|
mkdir -p ${GITHUB_WORKSPACE}/OrangeFox
|
|
|
cd ${GITHUB_WORKSPACE}/OrangeFox
|
|
|
- git config --global user.name "Samuel Kendall"
|
|
|
- git config --global user.email "kinguser981@gmail.com"
|
|
|
+ git config --global user.name "abrohim0786"
|
|
|
+ git config --global user.email "callofduty.pubg786@gmail.com"
|
|
|
git clone https://gitlab.com/OrangeFox/sync.git
|
|
|
cd sync
|
|
|
./orangefox_sync.sh --branch ${{ github.event.inputs.MANIFEST_BRANCH }} --path ${GITHUB_WORKSPACE}/OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}
|