Skip to content

Commit 28887b2

Browse files
authored
Update main.yml
added output to create a adguard list for ctag=user_child with the porn list.
1 parent d78ae8f commit 28887b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,11 @@ jobs:
6464
- name: Compile AI GPT list
6565
run: hostlist-compiler -c ./source/ai-gpt.json -o ai-gpt.txt
6666

67-
- name: Update Restrict ByPass and No-Social-Media User_Child Lists
67+
- name: Update ctag user_child Lists
6868
run: |
6969
cat restrict-bypass.txt | sed "s/\^$/\^\$ctag=user_child/g" > restrict-bypass-user_child.txt
7070
cat no-social-media.txt | sed "s/\^$/\^\$ctag=user_child/g" > no-social-media-user_child.txt
71+
cat porn.txt | sed "s/\^$/\^\$ctag=user_child/g" > porn-user_child.txt
7172
7273
- name: Clean Previous Stats
7374
run: rm -f ./stats/list-entries-stats.txt

0 commit comments

Comments
 (0)