Get data actions

This commit is contained in:
Be
2024-03-02 22:11:30 +01:00
parent 6c62026256
commit 9261f339fc
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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