Skip to content

Commit

Permalink
Update Recovery Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EAZYBLACK authored May 7, 2024
1 parent 5de323b commit 14dc6e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Recovery Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ on:
MANIFEST_BRANCH:
description: Manifest Branch
required: true
default: v3_9.0
default: shrp-12.1
DEVICE_TREE_URL:
description: Device Tree URL
required: true
default: https://github.com/SHRP-Devices/device_samsung_d2x
DEVICE_TREE_BRANCH:
description: Device Tree Branch
required: true
default: android-9.0
default: android-12.1
DEVICE_PATH:
description: Path the device tree should be synced to, relative to source root
required: true
default: device/samsung/d2x
DEVICE_MAKEFILE:
description: 'Name of device-specific makefile from tree (format: <PREFIX>_<DEVICE_NAME>)'
required: true
default: omni_d2x
default: twrp_d2x
BUILD_TARGET:
type: choice
description: Partition containing recovery ramdisk
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
cd workspace
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
repo init --depth=1 -u https://github.com/SHRP/manifest.git -b ${{ inputs.MANIFEST_BRANCH }}
repo init --depth=1 -u https://github.com/SHRP-reborn/manifest.git -b ${{ inputs.MANIFEST_BRANCH }}
- name: Repo Sync
run: |
Expand Down

0 comments on commit 14dc6e7

Please sign in to comment.