Skip to content

Notify

Notify #6

Workflow file for this run

name: Notify
on:
issues:
types: [reopened, opened]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: send telegram message on push
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_CHAT }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: ${{ github.actor }} created an issue