From 4e83d473fcbdb02a0c5b0a1af9a2946eef0adf49 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 25 Sep 2019 22:01:27 +0800 Subject: [PATCH] update Signed-off-by: Bo-Yi Wu --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38be5f2..6af9ceb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,8 +42,8 @@ jobs: - name: send location message uses: appleboy/telegram-action@master with: - location: '24.9163213,121.1424972' - venue: '35.661777,139.704051,竹北體育館,新竹縣竹北市' + location: '24.9163213 121.1424972' + venue: '35.661777 139.704051 竹北體育館 新竹縣竹北市' env: TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }} TELEGRAM_TO: ${{ secrets.TELEGRAM_TO }}