Update workflow to support Unbound

This commit is contained in:
Nick Spaargaren 2022-01-11 19:37:04 +01:00
parent 31cd0ec7e8
commit 85c23e0a4b
1 changed files with 7 additions and 0 deletions

View File

@ -37,4 +37,11 @@ jobs:
- name: Commit parsed list
run: |
git add . && git commit -am "Automated parsed list update"
git push
- name: Update Unbound list
run: |
python3 convert.py unbound
- name: Commit parsed list
run: |
git add . && git commit -am "Automated Unbound list update"
git push