Update .github/scripts/commit-repo.sh
CI / Prepare job (push) Successful in 3s Details
CI / Build multisrc modules (push) Successful in 2m39s Details
CI / Build individual modules (push) Successful in 37s Details
CI / Publish repo (push) Successful in 49s Details

This commit is contained in:
Draff 2024-02-04 01:33:17 +00:00
parent 36f4827539
commit 457b25b662
1 changed files with 1 additions and 1 deletions

View File

@ -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