From 50dd6d184f8b2e4038a5b7568a8524fee2ccb033 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Fri, 19 Jun 2020 16:29:56 +0800 Subject: [PATCH] add single testing Signed-off-by: Bo-Yi Wu --- .github/workflows/ci.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3578bf3..b9a96da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,10 +65,16 @@ jobs: token: ${{ secrets.TELEGRAM_TOKEN }} message_file: tests/message.txt - - name: send message using socks5 proxy URL + # - name: send message using socks5 proxy URL + # uses: appleboy/telegram-action@master + # with: + # to: ${{ secrets.TELEGRAM_TO }} + # token: ${{ secrets.TELEGRAM_TOKEN }} + # socks5: "http://222.124.154.19:23500" + # message: Send message from socks5 proxy URL. + - name: try multiple message uses: appleboy/telegram-action@master with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }} - socks5: "http://222.124.154.19:23500" - message: Send message from socks5 proxy URL. + message: ${{ github.actor }}:${{ github.event.head_commit.message }}