mirror of
https://github.com/C24Be/AS_Network_List.git
synced 2026-03-26 03:13:09 +03:00
actions
This commit is contained in:
18
.github/workflows/update_ru_all_lists.yml
vendored
18
.github/workflows/update_ru_all_lists.yml
vendored
@@ -26,8 +26,12 @@ jobs:
|
|||||||
fetch-depth: 0 # this is required to fetch all history for all branches and tags
|
fetch-depth: 0 # this is required to fetch all history for all branches and tags
|
||||||
token: ${{ env.GH_PAT }}
|
token: ${{ env.GH_PAT }}
|
||||||
ref: ${{ github.branch }}
|
ref: ${{ github.branch }}
|
||||||
|
- run: |
|
||||||
|
git reset --hard
|
||||||
|
git clean -fdx
|
||||||
|
git pull
|
||||||
- uses: ./.github/actions/pyInstall
|
- uses: ./.github/actions/pyInstall
|
||||||
- run: ./get_info_from_ripe.py --asn --limit 100
|
- run: ./get_info_from_ripe.py --asn --limit 10
|
||||||
- uses: ./.github/actions/gitPush
|
- uses: ./.github/actions/gitPush
|
||||||
env:
|
env:
|
||||||
PUSH_FILES: auto/*txt
|
PUSH_FILES: auto/*txt
|
||||||
@@ -49,8 +53,12 @@ jobs:
|
|||||||
fetch-depth: 0 # this is required to fetch all history for all branches and tags
|
fetch-depth: 0 # this is required to fetch all history for all branches and tags
|
||||||
token: ${{ env.GH_PAT }}
|
token: ${{ env.GH_PAT }}
|
||||||
ref: ${{ github.branch }}
|
ref: ${{ github.branch }}
|
||||||
|
- run: |
|
||||||
|
git reset --hard
|
||||||
|
git clean -fdx
|
||||||
|
git pull
|
||||||
- uses: ./.github/actions/pyInstall
|
- uses: ./.github/actions/pyInstall
|
||||||
- run: ./get_info_from_ripe.py --ipv4 --limit 100
|
- run: ./get_info_from_ripe.py --ipv4 --limit 10
|
||||||
- uses: ./.github/actions/gitPush
|
- uses: ./.github/actions/gitPush
|
||||||
env:
|
env:
|
||||||
PUSH_FILES: auto/*txt
|
PUSH_FILES: auto/*txt
|
||||||
@@ -72,8 +80,12 @@ jobs:
|
|||||||
fetch-depth: 0 # this is required to fetch all history for all branches and tags
|
fetch-depth: 0 # this is required to fetch all history for all branches and tags
|
||||||
token: ${{ env.GH_PAT }}
|
token: ${{ env.GH_PAT }}
|
||||||
ref: ${{ github.branch }}
|
ref: ${{ github.branch }}
|
||||||
|
- run: |
|
||||||
|
git reset --hard
|
||||||
|
git clean -fdx
|
||||||
|
git pull
|
||||||
- uses: ./.github/actions/pyInstall
|
- uses: ./.github/actions/pyInstall
|
||||||
- run: ./get_info_from_ripe.py --ipv6 --limit 100
|
- run: ./get_info_from_ripe.py --ipv6 --limit 10
|
||||||
- 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