Skip to content

Commit

Permalink
Update Recovery Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DurkaFlurk authored Jan 6, 2023
1 parent 0111de4 commit 76ff5dc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/Recovery Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ on:
MANIFEST_URL:
description: 'MANIFEST_URL (if want to use SSH keys, use git@github.com:XXXXX)'
required: true
default: 'https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp'
default: 'https://github.com/SHRP/manifest.git'
MANIFEST_BRANCH:
description: 'MANIFEST_BRANCH'
required: true
default: 'twrp-12.1'
default: 'shrp-12.1'
DEVICE_TREE_URL:
description: 'DEVICE_TREE_URL'
required: true
default: 'https://github.com/TeamWin/android_device_asus_I003D'
default: 'https://github.com/DurkaFlurk/android_device_REL.git'
DEVICE_TREE_BRANCH:
description: 'DEVICE_TREE_BRANCH'
required: true
default: 'android-12.1'
default: 'main'
DEVICE_PATH:
description: 'DEVICE_PATH'
required: true
default: 'device/asus/I003D'
default: 'device/Ulefone/Power_Armor14_Pro'
COMMON_TREE_URL:
description: 'COMMON_TREE_URL (if no common tree, leave blank)'
required: false
Expand All @@ -32,15 +32,15 @@ on:
DEVICE_NAME:
description: 'DEVICE_NAME'
required: true
default: 'I003D'
default: 'Ulefone_Power_Armor14_Pro'
MAKEFILE_NAME:
description: 'MAKEFILE_NAME'
required: true
default: 'twrp_I003D'
default: 'Power_Armor14_Pro'
BUILD_TARGET:
description: 'BUILD_TARGET'
required: true
default: 'recovery'
default: 'boot'

jobs:
build:
Expand Down Expand Up @@ -99,8 +99,8 @@ jobs:
mkdir workspace
cd workspace
echo "workspace-folder=$(pwd)" >> $GITHUB_OUTPUT
git config --global user.name "Captain Throwback"
git config --global user.email "captainthrowback@hotmail.com"
git config --global user.name "DurkaFlurk"
git config --global user.email "simcoe185@gmail.com"
repo init --depth=1 -u ${{ github.event.inputs.MANIFEST_URL }} -b ${{ github.event.inputs.MANIFEST_BRANCH }}
id: pwd

Expand Down

0 comments on commit 76ff5dc

Please sign in to comment.