Update .github/scripts/commit-repo.sh
This commit is contained in:
parent
36f4827539
commit
457b25b662
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
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.email "gitea@catgirlsneed.homes"
|
||||||
git config --global user.name "Homeless Catgirl"
|
git config --global user.name "Homeless Catgirl"
|
||||||
git status
|
git status
|
||||||
|
|
Loading…
Reference in New Issue