Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 11, 2024
1 parent 984a850 commit 881edae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/telegram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
(
printf 'Good news, we have just published the %dth release ' \
"$(git tag | wc -l | xargs)"
printf 'of [EO compiler](https://github.com/objectionary/eo): '
printf 'of [EO-to-Java compiler](https://github.com/objectionary/eo): '
printf '[%s](https://github.com/objectionary/eo/releases/tag/%s). ' \
"${{github.ref_name}}" "${{github.ref_name}}"
printf 'At the moment, there are %d lines-of code ' \
Expand Down

0 comments on commit 881edae

Please sign in to comment.