forked from AlmightyHak/extensions-source
Updated email and users (#136)
This commit is contained in:
parent
6f70e420e6
commit
c29075fbaf
4 changed files with 10 additions and 10 deletions
4
.github/scripts/commit-repo.sh
vendored
4
.github/scripts/commit-repo.sh
vendored
|
@ -2,8 +2,8 @@
|
|||
set -e
|
||||
|
||||
rsync -a --delete --exclude .git --exclude .gitignore ../main/repo/ .
|
||||
git config --global user.email "134626626+almightyhak@users.noreply.github.com"
|
||||
git config --global user.name "almightyhak"
|
||||
git config --global user.email "177773202+Kohi-den-Bot@users.noreply.github.com"
|
||||
git config --global user.name "Kohi-den-Bot"
|
||||
git status
|
||||
if [ -n "$(git status --porcelain)" ]; then
|
||||
git add .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue