Skip to content

Commit

Permalink
Workflow: add email and name
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNoelChannel authored Nov 13, 2023
1 parent 04acbd3 commit dab8d3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
git clone https://github.com/LineageOS/android_hardware_samsung -b cm-14.1 ~/TWRP/hardware/samsung
git clone https://github.com/underscoremone/android_hardware_sprd -b cm-14.1 ~/TWRP/hardware/sprd
git clone https://github.com/LineageOS/android_packages_apps_SamsungServiceMode -b cm-14.1 ~/TWRP/packages/apps/SamsungServiceMode
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
source build/envsetup.sh
export ALLOW_MISSING_DEPENDENCIES=true
export LC_ALL=C
Expand Down

0 comments on commit dab8d3f

Please sign in to comment.