chore: Send message using custom socks5 proxy url

This commit is contained in:
Bo-Yi Wu
2019-12-07 12:51:57 +08:00
parent deae8157b2
commit 94223af513
4 changed files with 12 additions and 1 deletions
+8
View File
@@ -59,3 +59,11 @@ jobs:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message_file: tests/message.txt
- name: send message using socks5 proxy URL
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
socks5: 67.204.21.1:64312
message: Send message from socks5 proxy URL.