docs: update location message

This commit is contained in:
Bo-Yi Wu
2019-09-25 22:02:38 +08:00
parent 4e83d473fc
commit fdf386abfa
+2 -1
View File
@@ -38,7 +38,8 @@ send location message:
- name: send location message
uses: appleboy/telegram-action@master
with:
location: '24.9163213,121.1424972'
location: '24.9163213 121.1424972'
venue: '35.661777 139.704051 竹北體育館 新竹縣竹北市'
env:
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
TELEGRAM_TO: ${{ secrets.TELEGRAM_TO }}