Change blacklists location

This commit is contained in:
Be
2024-03-02 21:40:47 +01:00
parent 0d7d91427f
commit 57a68c6856
4 changed files with 5067 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ jobs:
timestamp=`date "+%Y.%m.%d %H:%M:%S"`
git config --global user.name "${{ env.REPO_OWNER }}"
git config --global user.email "${{ env.REPO_OWNER }}@github.com"
git add blacklist*txt
git add auto/blacklist*txt
git diff --staged --quiet || CHANGED=true
if [ "$CHANGED" = true ]; then
git commit -m "Update $timestamp"