Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2019-09-25 19:25:53 +08:00
parent ffc52f02f2
commit 4dbe08d34a
+5 -5
View File
@@ -7,6 +7,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Clean install dependencies and build
working-directory: ./tests
run: |
ls -al
- name: send custom message - name: send custom message
uses: appleboy/telegram-action@master uses: appleboy/telegram-action@master
env: env:
@@ -38,8 +43,3 @@ jobs:
env: env:
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }} TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
TELEGRAM_TO: ${{ secrets.TELEGRAM_TO }} TELEGRAM_TO: ${{ secrets.TELEGRAM_TO }}
- name: Clean install dependencies and build
working-directory: ./tests
run: |
ls -al