Create telegram.yml

This commit is contained in:
pavelbannov 2019-12-12 16:51:03 +03:00
parent 23a537e24a
commit 50d80d0ca0

View File

@ -9,9 +9,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: appleboy/telegram-action@master
- uses: actions/checkout@master
- name: telegram action on pull request
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
args: The ${{ github.event_name }} event triggered.
args: The ${{ github.event_name }} event triggered.