From a20b8ffb9ee7ebb731aab1b45bd58c65d432bbaa Mon Sep 17 00:00:00 2001 From: Norbert Date: Sun, 14 May 2023 23:45:30 +0200 Subject: [PATCH] fix --- auto_update_github_action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/auto_update_github_action.yml b/auto_update_github_action.yml index 16c17d6..747b937 100644 --- a/auto_update_github_action.yml +++ b/auto_update_github_action.yml @@ -26,6 +26,7 @@ jobs: - name: Install npm dependencies run: npm ci working-directory: cloudflare-gateway-pihole-scripts + - name: Download recommended whitelist run: bash ./get_recommended_whitelist.sh working-directory: cloudflare-gateway-pihole-scripts