Create telegram.yml

This commit is contained in:
Pavel Bannov 2019-12-12 16:44:34 +03:00 committed by GitHub
parent 0d2da8219c
commit 23a537e24a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/telegram.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: appleboy/telegram-action@master
- name: telegram action on pull request
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
args: The ${{ github.event_name }} event triggered.