From f622f39b033d7eb11c084cb592baf91c95b63b34 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 25 Sep 2019 21:21:38 +0800 Subject: [PATCH] chore: add location message --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cabf09..0ff9bb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,14 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - - name: Clean install dependencies and build - run: | - pwd - ls -al - ls -al / - ls -al /home/runner/work - - - name: send custom message uses: appleboy/telegram-action@master env: @@ -46,3 +38,11 @@ jobs: env: TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }} TELEGRAM_TO: ${{ secrets.TELEGRAM_TO }} + + - name: send location message + uses: appleboy/telegram-action@master + with: + location: '24.9163213,121.1424972' + env: + TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }} + TELEGRAM_TO: ${{ secrets.TELEGRAM_TO }}