Refine telegram CIDR

pull/20/head 202101010132
loyalsoldier 4 years ago
parent f85ed2f9e1
commit 7f13203f06
No known key found for this signature in database
GPG Key ID: 23829BBC1ACF2C90

@ -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

Loading…
Cancel
Save