Change git info

This commit is contained in:
alefvanoon 2022-09-18 15:44:10 +04:30 committed by GitHub
parent 4d3439fd96
commit 7f0bad0173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,10 +42,10 @@ jobs:
- name: Prepare for Compilation - name: Prepare for Compilation
run: | run: |
git config --global user.name "XelXen" git config --global user.name "alefvanoon"
git config --global user.email "78258352+XelXen@users.noreply.github.com" git config --global user.email "53198048+alefvanoon@users.noreply.github.com"
git config --global credential.helper store git config --global credential.helper store
echo "https://XelXen:${{ secrets.GH_TOKEN }}@github.com" > ~/.git-credentials echo "https://alefvanoon:${{ secrets.GH_TOKEN }}@github.com" > ~/.git-credentials
- name: Patch and Compile - name: Patch and Compile
run: | run: |