docs: update readme

This commit is contained in:
Bo-Yi Wu
2019-09-29 14:18:21 +08:00
parent b535a89bc8
commit 06cc7371ce
+10 -1
View File
@@ -11,7 +11,16 @@
Send custom message and see the custom variable as blow.
```yml
- name: send custom message
name: telegram message
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: send custom message with args
uses: appleboy/telegram-action@master
env:
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}