Clone full repo in CI/CD

This commit is contained in:
Lord Alfred
2023-06-30 00:30:15 +03:00
committed by GitHub
parent b7189d7ad7
commit b9334812d8
+3 -1
View File
@@ -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