mirror of
https://github.com/C24Be/AS_Network_List.git
synced 2026-01-25 23:35:41 +03:00
Get data actions
This commit is contained in:
4
.github/workflows/update_blacklists.yml
vendored
4
.github/workflows/update_blacklists.yml
vendored
@@ -12,7 +12,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: 'BL/Update'
|
name: 'Update'
|
||||||
|
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
@@ -30,6 +30,6 @@ jobs:
|
|||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- run: ./requirements.sh
|
- run: ./requirements.sh
|
||||||
- run: ./blacklists_updater.sh
|
- run: ./blacklists_updater.sh
|
||||||
- uses: ./.github/actions/dockerBuildPHP
|
- uses: ./.github/actions/gitPush
|
||||||
env:
|
env:
|
||||||
PUSH_FILES: auto/blacklist*txt
|
PUSH_FILES: auto/blacklist*txt
|
||||||
|
|||||||
4
.github/workflows/update_ru_all_lists.yml
vendored
4
.github/workflows/update_ru_all_lists.yml
vendored
@@ -12,7 +12,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: 'BL/Update'
|
name: 'Update'
|
||||||
|
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
@@ -30,6 +30,6 @@ jobs:
|
|||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- run: ./requirements.sh
|
- run: ./requirements.sh
|
||||||
- run: ./get_info_from_ripe.py
|
- run: ./get_info_from_ripe.py
|
||||||
- uses: ./.github/actions/dockerBuildPHP
|
- uses: ./.github/actions/gitPush
|
||||||
env:
|
env:
|
||||||
PUSH_FILES: auto/all-ru-*txt
|
PUSH_FILES: auto/all-ru-*txt
|
||||||
|
|||||||
Reference in New Issue
Block a user