From 881edaed4606c9b4ca4076450c97c02a61a26a2e Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Mon, 11 Nov 2024 11:04:41 +0300 Subject: [PATCH] name --- .github/workflows/telegram.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/telegram.yml b/.github/workflows/telegram.yml index 568dca9d5f..775cedd3e5 100644 --- a/.github/workflows/telegram.yml +++ b/.github/workflows/telegram.yml @@ -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 ' \