Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
Remove :
  • Loading branch information
misha-tgshv authored Feb 18, 2025
1 parent 3f1a19d commit 5c00ac6
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 @@ -56,9 +56,9 @@ jobs:
run: |
curl -s https://raw.githubusercontent.com/1andrevich/Re-filter-lists/main/community.lst > temp.txt \
&& curl -s https://raw.githubusercontent.com/1andrevich/Re-filter-lists/main/domains_all.lst >> temp.txt \
&& echo "# Дата создания МСК: $(TZ='Europe/Moscow' date '+%Y-%m-%d %H:%M:%S')" > domains_refilter.list \
&& echo "# Количество доменов: $(wc -l < temp.txt)" >> domains_refilter.list \
&& echo "# Источник: https://github.com/1andrevich/Re-filter-lists" >> domains_refilter.list \
&& echo "# Дата создания МСК $(TZ='Europe/Moscow' date '+%Y-%m-%d %H:%M:%S')" > domains_refilter.list \
&& echo "# Количество доменов $(wc -l < temp.txt)" >> domains_refilter.list \
&& echo "# Источник https://github.com/1andrevich/Re-filter-lists" >> domains_refilter.list \
&& sed 's/^/DOMAIN-SUFFIX,/g' temp.txt >> domains_refilter.list && rm temp.txt
# curl -s https://raw.githubusercontent.com/1andrevich/Re-filter-lists/main/domains_all.lst > domains1.txt \
# && curl -s https://raw.githubusercontent.com/1andrevich/Re-filter-lists/main/community.lst >> domains1.txt \
Expand Down

0 comments on commit 5c00ac6

Please sign in to comment.