diff --git a/.github/scripts/commit-repo.sh b/.github/scripts/commit-repo.sh index f0c830d..ef86001 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 ../main/repo/ . +rsync -a --delete --exclude .git --exclude .gitignore --exclude repo.json ../main/repo/ . git config --global user.email "github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions[bot]" git status