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 }}