diff --git a/.github/scripts/commit-repo.sh b/.github/scripts/commit-repo.sh index a02a97519..baa43ee37 100755 --- a/.github/scripts/commit-repo.sh +++ b/.github/scripts/commit-repo.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -rsync -a --delete --exclude .git --exclude .gitignore ../master/repo/ . +rsync -a --delete --exclude .git --exclude .gitignore --exclude repo.json ../master/repo/ . git config --global user.email "gitea@catgirlsneed.homes" git config --global user.name "Homeless Catgirl" git status