Automate blacklist updater

This commit is contained in:
Be
2024-03-02 12:20:45 +01:00
parent 6c6eda89c6
commit 34abb1d45c

View File

@@ -41,7 +41,8 @@ jobs:
- run: ./requirements.sh - run: ./requirements.sh
- run: curl -s ifconfig.io - run: curl -s ifconfig.io
- run: ./blacklists_updater.sh - run: ./blacklists_updater.sh
- run: | - name: Push changes back to the repo
run: |
timestamp=`date "+%Y.%m.%d %H:%M:%S"` timestamp=`date "+%Y.%m.%d %H:%M:%S"`
git config --global user.name "${{ env.REPO_OWNER }}" git config --global user.name "${{ env.REPO_OWNER }}"
git config --global user.email "${{ env.REPO_OWNER }}@github.com" git config --global user.email "${{ env.REPO_OWNER }}@github.com"