Skip to content

Commit

Permalink
main.yml: Fix email
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Mar 21, 2024
1 parent 1a6436a commit 00999ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Rebase
run: |
git config --global user.name "${{ secrets.USERNAME }}"
git config --global user.email "${GITHUB_EMAIL}"
git config --global user.email "${{ secrets.EMAIL }}"
git clone https://"${{ secrets.USERNAME }}":"${{ secrets.TOKEN }}"@github.com/a57y17lte-dev/android_frameworks_base.git -b ${{ matrix.branch }}
cd android_frameworks_base
git fetch https://github.com/LineageOS/android_frameworks_base.git ${{ matrix.branch }}
Expand Down

0 comments on commit 00999ce

Please sign in to comment.