Skip to content

Commit

Permalink
Switch default branch for CK8n.
Browse files Browse the repository at this point in the history
Signed-off-by: Carlo Dee <[email protected]>
  • Loading branch information
cd-Crypton authored Sep 1, 2024
1 parent 0e4a526 commit 04592b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/built_twrp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ jobs:
fi
if [ "${{ inputs.DEVICE_NAME }}" == "CK8n" ]; then
echo "DEVICE_TREE=https://github.com/cdpcrp/custom_recovery_tree_tecno_CK8n" >> $GITHUB_ENV
echo "DEVICE_BRANCH=twrp-12.1" >> $GITHUB_ENV
echo "DEVICE_BRANCH=twrp-14" >> $GITHUB_ENV
echo "DEVICE_LUNCH=twrp_CK8n-eng" >> $GITHUB_ENV
echo "DEVICE_PATH=device/tecno/CK8n" >> $GITHUB_ENV
echo "DEVICE_TARGET=bootimage" >> $GITHUB_ENV
echo "DEVICE_BUILD=boot.img" >> $GITHUB_ENV
echo "DEVICE_TARGET=vendorbootimage" >> $GITHUB_ENV
echo "DEVICE_BUILD=vendor_boot.img" >> $GITHUB_ENV
fi
- name: Clone Device Tree
Expand Down

0 comments on commit 04592b5

Please sign in to comment.