mirror of
https://github.com/C24Be/AS_Network_List.git
synced 2026-01-25 23:35:41 +03:00
Automate blacklist updater
This commit is contained in:
3
.github/workflows/bl.yml
vendored
3
.github/workflows/bl.yml
vendored
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user