add single testing

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2020-06-19 16:35:58 +08:00
parent 50dd6d184f
commit c05923bdec
+3 -1
View File
@@ -77,4 +77,6 @@ jobs:
with: with:
to: ${{ secrets.TELEGRAM_TO }} to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }} token: ${{ secrets.TELEGRAM_TOKEN }}
message: ${{ github.actor }}:${{ github.event.head_commit.message }} message: |
${{ github.actor }}:${{ github.event.head_commit.message }} \n
Testing