Skip to content

Commit cf22332

Browse files
authored
Update main.yml
1 parent 3f56fe1 commit cf22332

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
curl https://raw.githubusercontent.com/DeSireFire/animeTrackerList/master/AT_all.txt >> trackers_all.txt
3939
curl https://raw.githubusercontent.com/DeSireFire/animeTrackerList/master/ATaria2_all.txt >> trackers_all.txt
4040
curl https://raw.githubusercontent.com/DeSireFire/animeTrackerList/master/ATline_all.txt >> trackers_all.txt
41-
sort trackers_all.txt | uniq > tmp.txt
42-
mv tmp.txt trackers_all.txt
41+
bash format.sh trackers_all.txt
42+
sort formatted_trackers.txt | uniq > trackers_all.txt
43+
rm -rf formatted_trackers.txt
4344
4445
- name: Test tracker availability
4546
shell: bash

0 commit comments

Comments
 (0)