DocSpace-client/.github/workflows/telegram.yml

18 lines
355 B
YAML
Raw Normal View History

2019-12-12 13:44:34 +00:00
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.