Skip to content

Notifier

Notifier #18

Workflow file for this run

name: Notifier
on:
workflow_run:
workflows: ["Beach Today"]
types:
- completed
jobs:
notifyTelegram:
runs-on: ubuntu-latest
steps:
- name: send custom message
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
The ${{ github.event_name }} event triggered final step.
echo This event is a pull request that had an assignee removed.