From 457b25b662661aabb03cf56478873fe137dd84c4 Mon Sep 17 00:00:00 2001 From: Draff Date: Sun, 4 Feb 2024 01:33:17 +0000 Subject: [PATCH] Update .github/scripts/commit-repo.sh --- .github/scripts/commit-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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