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

18 lines
390 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:
2019-12-12 13:51:03 +00:00
- uses: actions/checkout@master
2019-12-12 13:44:34 +00:00
- name: telegram action on pull request
2019-12-12 13:51:03 +00:00
uses: appleboy/telegram-action@master
2019-12-12 13:44:34 +00:00
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
2019-12-12 13:51:03 +00:00
args: The ${{ github.event_name }} event triggered.