chore: Updated build_push.yml
This commit is contained in:
parent
8f0e646078
commit
ce23a81969
3 changed files with 6 additions and 23 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 "aniyomi-bot@aniyomi.org"
|
||||
git config --global user.name "aniyomi-bot[bot]"
|
||||
git config --global user.email "134626626+almightyhak@users.noreply.github.com"
|
||||
git config --global user.name "almightyhak"
|
||||
git status
|
||||
if [ -n "$(git status --porcelain)" ]; then
|
||||
git add .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue