This commit is contained in:
Dark25 2024-08-01 22:01:42 +02:00
parent 045f84a06b
commit 4a1e7ccabd

View file

@ -2,7 +2,7 @@
set -e
rsync -a --delete --exclude .git --exclude .gitignore --exclude repo.json ../master/repo/ .
git config --global user.email "nadiecaca2000@gmail.com"
git config --global user.email "action@github.com"
git config --global user.name "Animetail-Bot"
git status
if [ -n "$(git status --porcelain)" ]; then