Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2019-09-25 22:01:27 +08:00
parent a14c43a7be
commit 4e83d473fc
+2 -2
View File
@@ -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 }}