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 2, 2024
1 parent c440baa commit e9a64a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Generate PiHoleBlocklist file
run: |
curl -sSL ${PiHoleBlocklist} | grep -Ev '^(#|$)' | sed 's/#*.*//'> PiHoleBlocklist/SmartTV.txt
curl -sSL ${PiHoleBlocklist} | grep -Ev '^(#|$)' | sed 's/#.*//'> PiHoleBlocklist/SmartTV.txt
- name: Generate 1024_hosts file
run: |
Expand All @@ -126,7 +126,7 @@ jobs:
- name: Generate MVPS file
run: |
curl -sSL ${MVPS_hosts} | grep -Ev '^(#|$)' | grep '^0\.0\.0\.0' | sed 's/^0.0.0.0[[:space:]]*//' | sed 's/#*.*//' > MVPS/hosts.txt
curl -sSL ${MVPS_hosts} | grep -Ev '^(#|$)' | grep '^0\.0\.0\.0' | sed 's/^0.0.0.0[[:space:]]*//' | sed 's/#.*//' > MVPS/hosts.txt
- name: Generate YousList file
run: |
Expand All @@ -138,7 +138,7 @@ jobs:
- name: Generate someonewhocares file
run: |
curl -sSL ${someonewhocares} | grep -Ev '^(#|$)' | grep '^127\.0\.0\.1' | sed 's/^127.0.0.1[[:space:]]*//' | sed 's/#*.*//'> someonewhocares/hosts.txt
curl -sSL ${someonewhocares} | grep -Ev '^(#|$)' | grep '^127\.0\.0\.1' | sed 's/^127.0.0.1[[:space:]]*//' | sed 's/#.*//'> someonewhocares/hosts.txt
- name: Zip 217heidai
uses: montudor/action-zip@v1
Expand Down

0 comments on commit e9a64a0

Please sign in to comment.