mirror of
https://github.com/C24Be/AS_Network_List.git
synced 2026-03-26 11:20:59 +03:00
whois resolve limit
This commit is contained in:
7
.github/workflows/resolve_networks.yml
vendored
7
.github/workflows/resolve_networks.yml
vendored
@@ -4,6 +4,7 @@ env:
|
|||||||
GH_PAT: ${{ secrets.GH_PAT }}
|
GH_PAT: ${{ secrets.GH_PAT }}
|
||||||
REPO_NAME: AS_Network_List
|
REPO_NAME: AS_Network_List
|
||||||
REPO_OWNER: C24Be
|
REPO_OWNER: C24Be
|
||||||
|
WHOIS_RESOLVE_LIMIT: 3000
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@@ -30,7 +31,7 @@ jobs:
|
|||||||
ref: ${{ github.branch }}
|
ref: ${{ github.branch }}
|
||||||
- uses: ./.github/actions/gitReset
|
- uses: ./.github/actions/gitReset
|
||||||
- uses: ./.github/actions/pyInstall
|
- uses: ./.github/actions/pyInstall
|
||||||
- run: ./get_description.py auto/all-ru-asn.txt --limit 4000
|
- run: ./get_description.py auto/all-ru-asn.txt --limit ${{ env.WHOIS_RESOLVE_LIMIT }}
|
||||||
- uses: ./.github/actions/gitPush
|
- uses: ./.github/actions/gitPush
|
||||||
env:
|
env:
|
||||||
PUSH_FILES: auto/*txt
|
PUSH_FILES: auto/*txt
|
||||||
@@ -54,7 +55,7 @@ jobs:
|
|||||||
ref: ${{ github.branch }}
|
ref: ${{ github.branch }}
|
||||||
- uses: ./.github/actions/gitReset
|
- uses: ./.github/actions/gitReset
|
||||||
- uses: ./.github/actions/pyInstall
|
- uses: ./.github/actions/pyInstall
|
||||||
- run: ./get_description.py auto/all-ru-ipv4.txt --limit 4000
|
- run: ./get_description.py auto/all-ru-ipv4.txt --limit ${{ env.WHOIS_RESOLVE_LIMIT }}
|
||||||
- uses: ./.github/actions/gitPush
|
- uses: ./.github/actions/gitPush
|
||||||
env:
|
env:
|
||||||
PUSH_FILES: auto/*txt
|
PUSH_FILES: auto/*txt
|
||||||
@@ -78,7 +79,7 @@ jobs:
|
|||||||
ref: ${{ github.branch }}
|
ref: ${{ github.branch }}
|
||||||
- uses: ./.github/actions/gitReset
|
- uses: ./.github/actions/gitReset
|
||||||
- uses: ./.github/actions/pyInstall
|
- uses: ./.github/actions/pyInstall
|
||||||
- run: ./get_description.py auto/all-ru-ipv6.txt --limit 4000
|
- run: ./get_description.py auto/all-ru-ipv6.txt --limit ${{ env.WHOIS_RESOLVE_LIMIT }}
|
||||||
- uses: ./.github/actions/gitPush
|
- uses: ./.github/actions/gitPush
|
||||||
env:
|
env:
|
||||||
PUSH_FILES: auto/*txt
|
PUSH_FILES: auto/*txt
|
||||||
|
|||||||
Reference in New Issue
Block a user