mirror of
https://github.com/Loyalsoldier/clash-rules.git
synced 2025-01-13 10:53:54 +08:00
Refine telegram CIDR
This commit is contained in:
parent
f85ed2f9e1
commit
7f13203f06
1
.github/workflows/run.yml
vendored
1
.github/workflows/run.yml
vendored
@ -86,7 +86,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate telegramcidr.txt file
|
- name: Generate telegramcidr.txt file
|
||||||
run: |
|
run: |
|
||||||
echo "payload:" > telegramcidr.txt
|
|
||||||
curl -sSL ${telegram_cidr} | perl -ne '/(.+\/\d+)/ && print " - |$1|\n"' | sed "s/|/'/g" >> telegramcidr.txt
|
curl -sSL ${telegram_cidr} | perl -ne '/(.+\/\d+)/ && print " - |$1|\n"' | sed "s/|/'/g" >> telegramcidr.txt
|
||||||
|
|
||||||
- name: Move files to publish directory
|
- name: Move files to publish directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user