diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 2f4b550..ec75872 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -82,8 +82,8 @@ jobs: - name: Generate badmojr file run: | - curl -sSL "${Hosts_mini} | grep -Ev "^#" > badmojr/1Hosts_mini_domains.txt - curl -sSL "${Hosts_Lite} | grep -Ev "^#" > badmojr/1Hosts_Lite_domains.txt + curl -sSL ${Hosts_mini} | grep -Ev "^#" > badmojr/1Hosts_mini_domains.txt + curl -sSL ${Hosts_Lite} | grep -Ev "^#" > badmojr/1Hosts_Lite_domains.txt curl -sSL ${Hosts_Pro} | grep -Ev "^#" > badmojr/1Hosts_Pro_domains.txt - name: Generate TG-Twilight file