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 e9a64a0 commit 2d8cde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -v 'localhost' | 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 2d8cde1

Please sign in to comment.