Skip to content

Commit

Permalink
msg
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 10, 2024
1 parent 0a77516 commit cccf2b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/telegram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ jobs:
to: ${{ secrets.TELEGRAM_CHAT }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
Good news, we've just published a new version of
[EO compiler](https://github.com/objectionary/eo):
`${{github.ref_name}}`.
Good news, we've just published a new version of [EO compiler](https://github.com/objectionary/eo): [`${{github.ref_name}}`](https://github.com/objectionary/eo/releases/tag/${{github.ref_name}}). You're welcome to gitve it a try!
disable_web_page_preview: true
disable_notification: true
format: markdown

0 comments on commit cccf2b6

Please sign in to comment.