Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
boluomimohesa committed Dec 12, 2023
1 parent a04b78f commit 7181433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ToDomain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ jobs:
run: |
mkdir -p merge
cd merge || exit 1
curl -sSL ${ trackerUrl } | ${{ env.filterList }} > tracker.txt
curl -sSL ${ tracker2Url } | ${{ env.filterTracker }} >> tracker.txt
curl -sSL ${trackerUrl} | ${{ env.filterList }} > tracker.txt
curl -sSL ${tracker2Url} | ${{ env.filterTracker }} >> tracker.txt
cat tracker.txt | sort --ignore-case -u > ../publish/tracker.txt
rm -rf ../merge
Expand Down

0 comments on commit 7181433

Please sign in to comment.