File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -50,16 +50,19 @@ jobs:
50
50
judi_count=$(grep -chE '.' situs_judi.txt_part_* 2>/dev/null || grep -cE '.' situs_judi.txt 2>/dev/null || echo 0)
51
51
52
52
# Prepare summary
53
- summary="<!-- SUMMARY:START -->
54
- # ## 🧾 Blocklist Summary (Last Updated: $now)
55
-
56
- | List | Entries |
57
- |--------------|---------|
58
- | Domains | $domain_count |
59
- | IP Address | $ip_count |
60
- | Situs Judi | $judi_count |
61
-
62
- <!-- SUMMARY:END -->"
53
+ summary=$(cat <<EOF
54
+ <!-- SUMMARY:START -->
55
+ ### 🧾 Blocklist Summary (Last Updated: $now)
56
+
57
+ | List | Entries |
58
+ |--------------|---------|
59
+ | Domains | $domain_count |
60
+ | IP Address | $ip_count |
61
+ | Situs Judi | $judi_count |
62
+
63
+ <!-- SUMMARY:END -->
64
+ EOF
65
+ )
63
66
64
67
# Replace summary block in README.md
65
68
tmpfile=$(mktemp)
You can’t perform that action at this time.
0 commit comments