Browse Source

Clone full repo in CI/CD

pull/8/head
Lord Alfred 3 years ago
committed by GitHub
parent
commit
b9334812d8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/update.yml

4
.github/workflows/update.yml

@ -8,7 +8,9 @@ jobs:
updater:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install WHOIS client
run: sudo apt install -y whois

Loading…
Cancel
Save