Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jiange1236 authored Jun 1, 2024
1 parent c0a928c commit 544ccd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 544ccd5

Please sign in to comment.