Refine telegram CIDR

This commit is contained in:
loyalsoldier 2021-01-01 09:31:50 +08:00
parent f85ed2f9e1
commit 7f13203f06
No known key found for this signature in database
GPG Key ID: 23829BBC1ACF2C90

View File

@ -86,7 +86,6 @@ jobs:
- name: Generate telegramcidr.txt file
run: |
echo "payload:" > telegramcidr.txt
curl -sSL ${telegram_cidr} | perl -ne '/(.+\/\d+)/ && print " - |$1|\n"' | sed "s/|/'/g" >> telegramcidr.txt
- name: Move files to publish directory