mirror of
https://github.com/C24Be/AS_Network_List.git
synced 2026-01-26 07:45:07 +03:00
Automate blacklist updater
This commit is contained in:
8
.github/workflows/bl.yml
vendored
8
.github/workflows/bl.yml
vendored
@@ -21,9 +21,11 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v2
|
|
||||||
with:
|
with:
|
||||||
python-version: 3.11
|
fetch-depth: 0 # this is required to fetch all history for all branches and tags
|
||||||
- run: ./requirements.sh
|
- uses: actions/setup-python@v5
|
||||||
|
- run: pip install -r requirements.txt
|
||||||
- run: ./blacklists_updater.sh
|
- run: ./blacklists_updater.sh
|
||||||
- run: cat blacklist*txt
|
- run: cat blacklist*txt
|
||||||
|
- run: git diff
|
||||||
|
- run: git status
|
||||||
|
|||||||
Reference in New Issue
Block a user