From 85c23e0a4bbfa1578b1204c0cfb40fafbdc581f6 Mon Sep 17 00:00:00 2001 From: Nick Spaargaren Date: Tue, 11 Jan 2022 19:37:04 +0100 Subject: [PATCH] Update workflow to support Unbound --- .github/workflows/automated-updates.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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