Refine telegram CIDR

pull/20/head 202101010132
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
1 changed files with 0 additions and 1 deletions

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