mirror of
https://github.com/lord-alfred/ipranges.git
synced 2026-09-07 10:34:29 +00:00
Clone full repo in CI/CD
This commit is contained in:
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
@@ -8,7 +8,9 @@ jobs:
|
|||||||
updater:
|
updater:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Install WHOIS client
|
- name: Install WHOIS client
|
||||||
run: sudo apt install -y whois
|
run: sudo apt install -y whois
|
||||||
|
|||||||
Reference in New Issue
Block a user