actions-marketplace-validations/GitHub workflow Telegram notification
Get notification to Telegram chat about GitHub Action workflow status
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 23, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/yamaks2306_telegram-notification@fc9dcbdc5b7c7daab78b0c48ddc8d63f9f9ef9f5 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| chat_id | Telegram chat id | yes | — |
| token | Token for Telegram bot | yes | — |
| status | Job status | no | ${{ job.status }} |
| commit_message | Commit message | no | ${{ github.event.head_commit.message }} |
| docker_tags | For example, steps.docker_meta.outputs.tags | no | — |
| include_commit_info | If true, include commit information to message. Default - true | no | true |
| message | Custom message | no | — |
Outputs
no outputs