Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
malikshi authored Jul 10, 2023
1 parent d9ee5f8 commit 081dc59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ruleUpdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ jobs:
yaml_output = yaml.dump(data, sort_keys=False)
formatted_yaml = re.sub(r"(?<!# )(\w+):", r"# \1:", yaml_output)
with open("rule_basicads.yaml", "w") as file:
file.write(yaml_output)
file.write(formatted_yaml)
EOF
echo "Downloading oisd nsfw source list..."
Expand Down

0 comments on commit 081dc59

Please sign in to comment.