add AdGuard DNS Filter rule-set

This commit is contained in:
Dorae 2024-07-27 12:57:27 +08:00 committed by GitHub
parent 0ff9d7f5a6
commit b2b1569b41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,7 @@ jobs:
git config --global user.name "GitHub Action"
git add ./rule/*.json
git add ./rule/*.srs
git add ./rule/*.txt
# 检查是否有文件被修改
if git diff --staged --quiet; then