README, nginx, iptables, vk, mail.ru

This commit is contained in:
C24Be
2025-10-23 12:17:01 +02:00
parent 036bcdfa25
commit c7732b817c
19 changed files with 4839 additions and 27 deletions

View File

@@ -9,6 +9,9 @@ on:
workflow_dispatch:
schedule:
- cron: '0 6 * * *'
push:
branches:
- main
jobs:
update:
@@ -26,7 +29,9 @@ jobs:
fetch-depth: 0 # this is required to fetch all history for all branches and tags
token: ${{ env.GH_PAT }}
- uses: ./.github/actions/pyInstall
- run: ./blacklists_updater.sh
- run: ./blacklists_updater_txt.sh
- run: ./blacklists_updater_nginx.sh
- run: ./blacklists_updater_iptables.sh
- uses: ./.github/actions/gitPush
env:
PUSH_FILES: blacklists/
PUSH_FILES: blacklists/ blacklists_nginx/ blacklists_iptables/