chore: add location message

This commit is contained in:
Bo-Yi Wu
2019-09-25 21:28:25 +08:00
parent 82f08879c5
commit a14c43a7be
+1
View File
@@ -43,6 +43,7 @@ jobs:
uses: appleboy/telegram-action@master uses: appleboy/telegram-action@master
with: with:
location: '24.9163213,121.1424972' location: '24.9163213,121.1424972'
venue: '35.661777,139.704051,竹北體育館,新竹縣竹北市'
env: env:
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }} TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
TELEGRAM_TO: ${{ secrets.TELEGRAM_TO }} TELEGRAM_TO: ${{ secrets.TELEGRAM_TO }}