mirror of
https://github.com/C24Be/AS_Network_List.git
synced 2026-01-25 07:26:59 +03:00
actions
This commit is contained in:
6
.github/workflows/update_ru_all_lists.yml
vendored
6
.github/workflows/update_ru_all_lists.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
ref: ${{ github.branch }}
|
||||
- uses: ./.github/actions/gitReset
|
||||
- uses: ./.github/actions/pyInstall
|
||||
- run: ./get_info_from_ripe.py --asn --limit 10
|
||||
- run: ./get_info_from_ripe.py --asn --limit 4000
|
||||
- uses: ./.github/actions/gitPush
|
||||
env:
|
||||
PUSH_FILES: auto/*txt
|
||||
@@ -52,7 +52,7 @@ jobs:
|
||||
ref: ${{ github.branch }}
|
||||
- uses: ./.github/actions/gitReset
|
||||
- uses: ./.github/actions/pyInstall
|
||||
- run: ./get_info_from_ripe.py --ipv4 --limit 10
|
||||
- run: ./get_info_from_ripe.py --ipv4 --limit 4000
|
||||
- uses: ./.github/actions/gitPush
|
||||
env:
|
||||
PUSH_FILES: auto/*txt
|
||||
@@ -76,7 +76,7 @@ jobs:
|
||||
ref: ${{ github.branch }}
|
||||
- uses: ./.github/actions/gitReset
|
||||
- uses: ./.github/actions/pyInstall
|
||||
- run: ./get_info_from_ripe.py --ipv6 --limit 10
|
||||
- run: ./get_info_from_ripe.py --ipv6 --limit 4000
|
||||
- uses: ./.github/actions/gitPush
|
||||
env:
|
||||
PUSH_FILES: auto/*txt
|
||||
|
||||
Reference in New Issue
Block a user