Skip to content

yakuhzi/notify-workflow

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Notify Workflow

A GitHub Action to send the GitHub Action workflow status over a Telegram bot.

Usage

Here is an example how to use this action:

- name: Notify workflow status
  uses: yakuhzi/notify-workflow@v3
  if: always()
  with:
    job-status: ${{ job.status }}
    bot-token: ${{ secrets.BOT_TOKEN }}
    chat-id: ${{ secrets.CHAT_ID }}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published