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:
8
.github/workflows/bl.yml
vendored
8
.github/workflows/bl.yml
vendored
@@ -21,9 +21,11 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.11
|
||||
- run: ./requirements.sh
|
||||
fetch-depth: 0 # this is required to fetch all history for all branches and tags
|
||||
- uses: actions/setup-python@v5
|
||||
- run: pip install -r requirements.txt
|
||||
- run: ./blacklists_updater.sh
|
||||
- run: cat blacklist*txt
|
||||
- run: git diff
|
||||
- run: git status
|
||||
|
||||
Reference in New Issue
Block a user