diff --git a/.github/workflows/automated-updates.yml b/.github/workflows/automated-updates.yml index 386fe3e..57b4689 100644 --- a/.github/workflows/automated-updates.yml +++ b/.github/workflows/automated-updates.yml @@ -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 \ No newline at end of file