Lord Alfred
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
.github/workflows/update.yml
|
|
@ -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 |
|
|
|