From c05923bdecf13e4c109e081636d747e9dff57689 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Fri, 19 Jun 2020 16:35:58 +0800 Subject: [PATCH] add single testing Signed-off-by: Bo-Yi Wu --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9a96da..6fd2c74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,4 +77,6 @@ jobs: with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }} - message: ${{ github.actor }}:${{ github.event.head_commit.message }} + message: | + ${{ github.actor }}:${{ github.event.head_commit.message }} \n + Testing